summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-22 12:17:35 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-22 12:18:07 +0200
commit0b718e49e2ae9e99247d3b5c31bb3fa24e08caab (patch)
tree34865b6623366c7287b806348ced2a96e312b2be /conf.d/cmake/config.cmake
parent3dcd30d0631bd70b29c1c0414116f9c8086c49c3 (diff)
Handle LUA module checking by distro
Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r--conf.d/cmake/config.cmake5
1 files changed, 2 insertions, 3 deletions
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.