mirror of https://github.com/mgba-emu/mgba.git
CMake: Add liblua dependency on Debian
This commit is contained in:
parent
01c881d18d
commit
f4f5521b9b
|
@ -754,6 +754,7 @@ if(ENABLE_SCRIPTING)
|
|||
include_directories(AFTER ${LUA_INCLUDE_DIR})
|
||||
list(APPEND FEATURE_DEFINES LUA_VERSION_ONLY=\"${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}\")
|
||||
list(APPEND DEPENDENCY_LIB ${LUA_LIBRARY})
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},liblua${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}-0")
|
||||
endif()
|
||||
|
||||
if(BUILD_PYTHON)
|
||||
|
|
Loading…
Reference in New Issue