Fix wrong build deps
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 21:27:45 +0000 (23:27 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 21:27:45 +0000 (23:27 +0200)
Change-Id: I86b38949e15fffe5af237ff23f78238f41a3027b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
conf.d/config.cmake

index c1720ff..505b5c2 100644 (file)
@@ -56,10 +56,7 @@ set (gcc_minimal_version 4.9)
 
 # PKG_CONFIG required packages
 # -----------------------------
-set (PKG_REQUIRED_LIST
-       json-c
-       libsystemd
-)
+set (PKG_REQUIRED_LIST)
 
 # Static constante definition
 # -----------------------------