diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-10 23:27:45 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-10 23:27:45 +0200 |
commit | 3db13d343c769162e615566d7f2f95b047be57ff (patch) | |
tree | 7d9469ed2dc00c6f341ace38b623572276be966f | |
parent | c6e84a508af2d3c6c45110a66d09b8de2213499b (diff) |
Fix wrong build deps
Change-Id: I86b38949e15fffe5af237ff23f78238f41a3027b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | conf.d/config.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index c1720ff..505b5c2 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -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 # ----------------------------- |