aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-06 17:16:47 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-06 17:16:47 +0200
commit8f175d6639eb2f54d9dc85268249fa7abceeb372 (patch)
tree0a6c66a3b8b7df429e4fcced17d53b3deb130c1f /conf.d
parent8e11d17565ec6f38e8c5571c48a3e4a317758223 (diff)
fix pkgconfig version check
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/config.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake
index 2c5cb12..3e1f637 100644
--- a/conf.d/config.cmake
+++ b/conf.d/config.cmake
@@ -42,11 +42,11 @@ set (gcc_minimal_version 4.9)
# PKG_CONFIG required packages
# -----------------------------
set (PKG_REQUIRED_LIST
- libsystemd>=222
- libmicrohttpd>=0.9.54
+ libsystemd
+ libmicrohttpd
afb-daemon
- json-c
- mxml
+ json-c
+ mxml
)
# LANG Specific compile flags set for all build types