We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642d849 commit f2446f2Copy full SHA for f2446f2
packaging/CMakeLists.txt
@@ -44,7 +44,7 @@ set(CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP ${CMAKE_CURRENT_LIST_DIR}/nsis\\\\
44
45
# Linux DEB settings
46
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
47
-set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl3-3.0-0")
+set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
48
# Section list: https://packages.debian.org/unstable/
49
set(CPACK_DEBIAN_PACKAGE_SECTION Miscellaneous)
50
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Maintainer Name")
0 commit comments