diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/00-debian-specific.cmake | 2 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf.d/cmake/00-debian-specific.cmake b/conf.d/cmake/00-debian-specific.cmake index 711e105..dbdcdca 100644 --- a/conf.d/cmake/00-debian-specific.cmake +++ b/conf.d/cmake/00-debian-specific.cmake @@ -1,3 +1,3 @@ list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3) - +set (EXTRA_REQUIRED_LIST lua5.3) set(LUA_CHECKER "luac5.3" "-p" CACHE STRING "LUA compiler") diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 806f4ca..c331a81 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -75,6 +75,10 @@ set (PKG_REQUIRED_LIST libafbwsc ) +# EXTRA required packages +# ----------------------------- +#set (EXTRA_REQUIRED_LIST a_package) + # Prefix path where will be installed the files # Default: /usr/local (need root permission to write in) # ------------------------------------------------------ |