Files @ r24458:e8e33f83bb73
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/PackageDeb.cmake

Patric Stout
Fix: [bundle] postfix the distribution for Linux bundles
1
2
3
4
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${ARCHITECTURE}")
set(CPACK_DEBIAN_PACKAGE_SECTION "games")
# TODO -- Fix depends
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.15)")