aedi: update sdl2 to 2.26.3

This commit is contained in:
alexey.lysiuk 2023-02-17 17:21:26 +02:00
parent 94db015924
commit 037a8292ce
2 changed files with 3 additions and 3 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.26.2/SDL2-2.26.2.tar.gz',
'95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0',
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.3/SDL2-2.26.3.tar.gz',
'c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057',
patches='sdl2-no-gamecontroller+corehaptic')
def configure(self, state: BuildState):

View file

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