From fb1f28adcf1cf90606ac31425e9370edfa9e70c2 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Mar 2019 15:54:56 +0100 Subject: Handle Debian-like distro LUA and curl packages Lua is not handle the same way depending on the distribution so we need to adjust the dependency to find it anyway. Adding the libcurl also for the needed package. Change-Id: Ie6cd9b56f829ccb82ebcf0176cb84f8ad15b57c5 Signed-off-by: Romain Forlot --- conf.d/cmake/00-debian-osconfig.cmake | 1 + conf.d/cmake/config.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 conf.d/cmake/00-debian-osconfig.cmake diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake new file mode 100644 index 0000000..6291a0d --- /dev/null +++ b/conf.d/cmake/00-debian-osconfig.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 b701163..0cead88 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -73,7 +73,7 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon libmicrohttpd>=0.9.55 - lua>=5.3 + libcurl ) # Prefix path where will be installed the files -- cgit 1.2.3-korg