Skip to content

Commit b6dfe1f

Browse files
committed
Upgrade SDL3 to prerelease-3.1.1
1 parent f3f57c2 commit b6dfe1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packaging/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ set(CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP ${CMAKE_CURRENT_LIST_DIR}/nsis\\\\
4444

4545
# Linux DEB settings
4646
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
47-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl3-3.1-0")
4847
# Section list: https://packages.debian.org/unstable/
4948
set(CPACK_DEBIAN_PACKAGE_SECTION Miscellaneous)
5049
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Maintainer Name")

vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FetchContent_Declare(
2323
FetchContent_Declare(
2424
SDL3
2525
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
26-
GIT_TAG prerelease-3.1.0
26+
GIT_TAG prerelease-3.1.1
2727
)
2828

2929
FetchContent_Declare(

0 commit comments

Comments
 (0)