diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-06-07 15:19:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 15:19:51 +0200 |
commit | 714eb879caedcc32674b26fdc7583a6fcfeb4f85 (patch) | |
tree | e58fa59771825187d1030be6b2adeb30ac3890f9 /conf.d/config.cmake | |
parent | 456b7d066103dba85bc1bcf3cba36d1974aae277 (diff) | |
parent | fbc5ea2207be7c8f3200de6c14ee8729c723c2fb (diff) |
Merge pull request #2 from ronan22/master
add packaging
Diffstat (limited to 'conf.d/config.cmake')
-rw-r--r-- | conf.d/config.cmake | 8 |
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 |