aedi: update sdl2 to 2.24.1

This commit is contained in:
alexey.lysiuk 2022-10-05 10:24:54 +03:00
parent 5c90ec06cd
commit 6ac376d517
3 changed files with 5 additions and 5 deletions

View file

@ -215,8 +215,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.0/SDL2-2.24.0.tar.gz',
'91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97',
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.1/SDL2-2.24.1.tar.gz',
'bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b',
patches=('sdl2-no-updaterev', 'sdl2-no-gamecontroller+corehaptic'))
def configure(self, state: BuildState):

View file

@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1990,7 +1990,7 @@
@@ -1992,7 +1992,7 @@
#import <Foundation/Foundation.h>
#import <CoreHaptics/CoreHaptics.h>
int main() { return 0; }" HAVE_FRAMEWORK_COREHAPTICS)

View file

@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2788,7 +2788,7 @@
@@ -2790,7 +2790,7 @@
# Compat helpers for the configuration files
find_package(Git)
@ -9,7 +9,7 @@
execute_process(COMMAND
"${GIT_EXECUTABLE}" remote get-url origin
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
@@ -2809,7 +2809,7 @@
@@ -2811,7 +2811,7 @@
set(SDL_REVISION "")
endif()
else()