diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-13 08:52:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-06-13 08:52:13 +0000 |
commit | d8fcd75f5072aa2adb6e326cb9c25e5345707752 (patch) | |
tree | 5fd6cd6a51a157704dc96e8fb87dc5c6a6b04ab2 /cmake | |
parent | 4dba24652a99e5a36ce31f545cdb29c46a82e216 (diff) | |
parent | 695291dd4306cf3ecf03520b3fca4cbf8ef7f063 (diff) |
Merge "Update config.cmake.sample"
Diffstat (limited to 'cmake')
-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 e6a8274..43a7547 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 |