From 10c4b1602186f1f9457ec35fafc605468bc6b8bb Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 21 Mar 2019 23:46:53 +0100 Subject: Removed controller and utilities submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- conf.d/cmake/config.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.d') 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 -- cgit 1.2.3-korg