Code Review
/
src
/
app-framework-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0a06ae4
)
test systemd version
author
José Bollo
<jose.bollo@iot.bzh>
Mon, 9 May 2016 08:56:08 +0000
(10:56 +0200)
committer
José Bollo
<jose.bollo@iot.bzh>
Mon, 9 May 2016 08:56:08 +0000
(10:56 +0200)
Change-Id: Ibee4c7189a72b38117e8b6fc01844a45a951fdeb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
4a85628
..
1289cec
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-53,7
+53,7
@@
IF(CMAKE_BUILD_TYPE MATCHES Debug)
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug)
INCLUDE(FindPkgConfig)
-PKG_CHECK_MODULES(libsystemd REQUIRED libsystemd)
+PKG_CHECK_MODULES(libsystemd REQUIRED libsystemd
>=222
)
PKG_CHECK_MODULES(json-c REQUIRED json-c)
PKG_CHECK_MODULES(libmicrohttpd REQUIRED libmicrohttpd>=0.9.48)
PKG_CHECK_MODULES(openssl REQUIRED openssl)