diff options
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 5 |
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. |