From 0b718e49e2ae9e99247d3b5c31bb3fa24e08caab Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 22 Aug 2017 12:17:35 +0200 Subject: Handle LUA module checking by distro Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index dc4d005..d5607e9 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -56,11 +56,10 @@ set(CONTROL_SUPPORT_LUA 1 CACHE BOOL "Active or not LUA Support") set (PKG_REQUIRED_LIST alsa>=1.1.2 libsystemd>=222 - libmicrohttpd>=0.9.55 + libmicrohttpd>=0.9.55 afb-daemon json-c - libafbwsc - ${LUA_PKG} + libafbwsc ) # Controller project needed variables. -- cgit 1.2.3-korg