diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2019-03-21 23:46:53 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2019-04-29 14:30:20 +0200 |
commit | 10c4b1602186f1f9457ec35fafc605468bc6b8bb (patch) | |
tree | c10009a282e18323a6544270540e81a08eef503b /conf.d/cmake | |
parent | a3d48d6871e4f508b03de540b277361d2cdb7d96 (diff) |
Removed controller and utilities submodules
Controller and submodules are now provided as static libraries so
submodules are not required anymore.
Bug: SPEC-2139
Change-Id: Ie5dfa0d678390f167ffbecd53355d9f8b5f98209
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 69082be..9f060ad 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -65,6 +65,8 @@ set (PKG_REQUIRED_LIST libafbwsc glib-2.0 lua>=5.3 + appcontroller + afb-helpers ) # Compilation options definition |