mirror of https://github.com/mgba-emu/mgba.git
CMake: Fix debian libelf package name (fixes #1070)
This commit is contained in:
parent
1807b66bd6
commit
8ea524d9e6
|
@ -661,7 +661,7 @@ if(USE_ELF)
|
|||
list(APPEND FEATURES ELF)
|
||||
include_directories(AFTER ${LIBELF_INCLUDE_DIRS})
|
||||
list(APPEND DEPENDENCY_LIB ${LIBELF_LIBRARIES})
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libelfg0")
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libelf1")
|
||||
endif()
|
||||
|
||||
if(ENABLE_SCRIPTING)
|
||||
|
|
Loading…
Reference in New Issue