diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-12 10:42:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 2fda4c1d4eee3884198fcba71ae4e9c9687892c6 (patch) | |
tree | f6e66349f3ee4710e850ce1d65e3162db5945f55 | |
parent | 5666c11611d90c786052d359f48852c47b483730 (diff) |
Update config.cmake.sample
Add version for pkgconfig required, (libsystemd, libmicrohttpd)
Add pkgconfig required (libmicrohttpd)
Change-Id: Ic4e348cc00950074cf38b7a1be94315ac9f4a41b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | cmake/config.cmake.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 793c2a0..4e253d5 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -57,8 +57,9 @@ set (gcc_minimal_version 4.9) # ----------------------------- set (PKG_REQUIRED_LIST json-c - libsystemd + libsystemd>=222 afb-daemon + libmicrohttpd>=0.9.55 ) # Static constante definition |