From 434c7a072e6abab27ef30dda3c35c1a0dcb41e24 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 2 Apr 2019 12:18:07 +0200 Subject: Git submodule migration to separated libraries Replace the afb-helpers submodule usage with the separated library instead. Bug-AGL: SPEC-2139 Change-Id: I1a89a81642a61daee718ab74bff47d93e93a8710 Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 45341ba..14ec2f2 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -65,6 +65,7 @@ set (gcc_minimal_version 4.9) set (PKG_REQUIRED_LIST json-c>=0.12 afb-daemon + afb-helpers ) # You can also consider to include libsystemd -- cgit 1.2.3-korg