diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-03-29 17:44:48 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-11 20:39:06 +0200 |
commit | 8ef54e0215c06241c3487f78dd2ea50fbe6af903 (patch) | |
tree | 9eb8a4562999a9def8f4dfb836ec1292490760b8 /conf.d/cmake | |
parent | 4ee02574c30a3195cdbb20bcf72fc4cc65bddb1e (diff) |
Git submodule migration to separated libraries
Replace controller binder functions definition with the binder ones
and remove the submodules in favor of the separated libraries.
Bug-AGL: SPEC-2139
Change-Id: I06e5e7a03a918bf0ce139636104e1a73d2442a09
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/01-debian-config.cmake | 2 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/cmake/01-debian-config.cmake b/conf.d/cmake/01-debian-config.cmake index 6291a0d..0e5a695 100644 --- a/conf.d/cmake/01-debian-config.cmake +++ b/conf.d/cmake/01-debian-config.cmake @@ -1 +1 @@ -list(APPEND PKG_REQUIRED_LIST lua53>=5.3) +list(APPEND PKG_REQUIRED_LIST lua53-c++>=5.3) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 7ebb402..380132b 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -72,6 +72,8 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon>=4.0 uuid + afb-helpers + appcontroller ) # Prefix path where will be installed the files |