Code Review
/
apps
/
agl-service-unicens.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8e11d17
)
fix pkgconfig version check
author
Ronan Le Martret
<ronan.lemartret@iot.bzh>
Tue, 6 Jun 2017 15:16:47 +0000
(17:16 +0200)
committer
Ronan Le Martret
<ronan.lemartret@iot.bzh>
Tue, 6 Jun 2017 15:16:47 +0000
(17:16 +0200)
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
conf.d/config.cmake
patch
|
blob
|
history
diff --git
a/conf.d/config.cmake
b/conf.d/config.cmake
index
2c5cb12
..
3e1f637
100644
(file)
--- 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