summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-10-15 17:45:24 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-10-15 17:45:24 +0000
commitc1de719af7bdae425f2e42dd3e0642550a8cd6b6 (patch)
tree8b57a26175df0b48abd5359a3e38907562ea1b5a /conf.d/cmake/config.cmake
parent1c529a16578687c4309047e563c8b78dc15c15d0 (diff)
parentf3013d12ea27aa5849ec8da5aed1e3eebfa1b845 (diff)
Merge "Switch to afb-helpers library" into halibut
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r--conf.d/cmake/config.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index da2ce59..50949cd 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -70,6 +70,7 @@ set (gcc_minimal_version 4.9)
set (PKG_REQUIRED_LIST
json-c
afb-daemon
+ afb-helpers
)
# Prefix path where will be installed the files
@@ -218,4 +219,4 @@ set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install
# This CMake module could be found at the following url:
# https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module
# -----------------------------------------------------------
-include(CMakeAfbTemplates) \ No newline at end of file
+include(CMakeAfbTemplates)