diff options
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/01-debian-config.cmake | 2 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/cmake/01-debian-config.cmake b/conf.d/cmake/01-debian-config.cmake index 6291a0d..0e5a695 100644 --- a/conf.d/cmake/01-debian-config.cmake +++ b/conf.d/cmake/01-debian-config.cmake @@ -1 +1 @@ -list(APPEND PKG_REQUIRED_LIST lua53>=5.3) +list(APPEND PKG_REQUIRED_LIST lua53-c++>=5.3) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 7ebb402..380132b 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -72,6 +72,8 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon>=4.0 uuid + afb-helpers + appcontroller ) # Prefix path where will be installed the files |