From bc7037bb52c5c09d6c752a87ec8573f4cbcd7e67 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Fri, 19 Aug 2022 16:19:52 -0500 Subject: [PATCH] 3rdparty: Upgrade SDL to 2.24 --- .github/workflows/linux_build_wx.yml | 2 +- .../workflows/scripts/linux/build-dependencies-qt.sh | 4 ++-- .github/workflows/scripts/macos/build-dependencies.sh | 4 ++-- 3rdparty/sdl2/SDL | 2 +- 3rdparty/sdl2/SDL.vcxproj | 11 +++++++++++ 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux_build_wx.yml b/.github/workflows/linux_build_wx.yml index 695b26be29..e4cf9af93b 100644 --- a/.github/workflows/linux_build_wx.yml +++ b/.github/workflows/linux_build_wx.yml @@ -45,7 +45,7 @@ jobs: CCACHE_COMPRESS: true CCACHE_COMPRESSLEVEL: 9 CCACHE_MAXSIZE: 100M - SDL: SDL2-2.0.22 + SDL: SDL2-2.24.0 PATCHELF_VERSION: 0.12 steps: diff --git a/.github/workflows/scripts/linux/build-dependencies-qt.sh b/.github/workflows/scripts/linux/build-dependencies-qt.sh index 1cdb660b3b..9e05ffe9fc 100755 --- a/.github/workflows/scripts/linux/build-dependencies-qt.sh +++ b/.github/workflows/scripts/linux/build-dependencies-qt.sh @@ -4,14 +4,14 @@ set -e INSTALLDIR="$HOME/deps" NPROCS="$(getconf _NPROCESSORS_ONLN)" -SDL=SDL2-2.0.22 +SDL=SDL2-2.24.0 QT=6.3.1 mkdir -p deps-build cd deps-build cat > SHASUMS < SHASUMS < + @@ -173,6 +174,7 @@ + @@ -196,6 +198,7 @@ + @@ -280,13 +283,16 @@ + + + @@ -329,6 +335,8 @@ + + @@ -350,12 +358,15 @@ + + +