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 f3f57c2 commit b6dfe1fCopy full SHA for b6dfe1f
packaging/CMakeLists.txt
@@ -44,7 +44,6 @@ 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.1-0")
48
# Section list: https://packages.debian.org/unstable/
49
set(CPACK_DEBIAN_PACKAGE_SECTION Miscellaneous)
50
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Maintainer Name")
vendor/CMakeLists.txt
@@ -23,7 +23,7 @@ FetchContent_Declare(
23
FetchContent_Declare(
24
SDL3
25
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
26
- GIT_TAG prerelease-3.1.0
+ GIT_TAG prerelease-3.1.1
27
)
28
29
0 commit comments