aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-04 11:54:44 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-04 11:56:23 +0200
commit91dcc3a7e2a4e43aa6c389de5b98e501372e6d48 (patch)
tree2f8947cd8ec4c880f5c8fd4d8610b7528f6ea388
parentfe8f535a3544f3d828c6128d52591c5d194b693e (diff)
Fix: lua detection for debian like distro
And remove unnecessary dependency upon libmicrohttpd Change-Id: I10de18065517a6033d75519ced16a4ee04518851 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/01-debian-config.cmake1
-rw-r--r--conf.d/cmake/config.cmake1
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/01-debian-config.cmake b/conf.d/cmake/01-debian-config.cmake
new file mode 100644
index 0000000..6291a0d
--- /dev/null
+++ b/conf.d/cmake/01-debian-config.cmake
@@ -0,0 +1 @@
+list(APPEND PKG_REQUIRED_LIST lua53>=5.3)
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 5e0acfb..b4f4312 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -72,7 +72,6 @@ set (PKG_REQUIRED_LIST
json-c
libsystemd>=222
afb-daemon>=4.0
- libmicrohttpd>=0.9.55
uuid
)