From 91dcc3a7e2a4e43aa6c389de5b98e501372e6d48 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 Oct 2018 11:54:44 +0200 Subject: Fix: lua detection for debian like distro And remove unnecessary dependency upon libmicrohttpd Change-Id: I10de18065517a6033d75519ced16a4ee04518851 Signed-off-by: Romain Forlot --- conf.d/cmake/01-debian-config.cmake | 1 + conf.d/cmake/config.cmake | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 conf.d/cmake/01-debian-config.cmake (limited to 'conf.d') 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 ) -- cgit 1.2.3-korg