diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:01:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:01:35 +0200 |
commit | a88dc874700c4ef415618132542051681a1603c7 (patch) | |
tree | 10b773bd0fa9dee9ca8fa560f69f681fd1b654cd /conf.d/cmake/config.cmake | |
parent | 6635c2ace392b2dec41b8b7f4398ebb52f1f985b (diff) |
Default pkg dependency no pertinent.
libmicrohttpd is a dependency of afb-daemon so no need
to specify it and the project did not use it anyway
Change-Id: I3de5b24d58a44a361d6aa5738179069201403c54
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 2087994d..9d7e97df 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -63,7 +63,6 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon - libmicrohttpd>=0.9.55 ) # Static constante definition |