Changeset - r24459:98bb0d91a12a
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2020-12-14 08:51:38
truebrain@openttd.org
Fix: [CMake] automatically detect dependencies for .deb packages
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
cmake/PackageDeb.cmake
Show inline comments
 
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${ARCHITECTURE}")
 
set(CPACK_DEBIAN_PACKAGE_SECTION "games")
 
# TODO -- Fix depends
 
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.15)")
 
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
0 comments (0 inline, 0 general)