meson: Bump SDL3 wrap to 3.4.8

This commit is contained in:
mborgerson
2026-05-04 16:49:28 -07:00
committed by GitHub
parent 8df9e3f6ab
commit 0df849f71c
4 changed files with 8 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
project(
'sdl3',
'c',
version: '3.4.2',
version: '3.4.8',
license: 'zlib',
meson_version: '>=1.6',
default_options: ['c_std=none'],
@@ -476,4 +476,3 @@ sdl3_dep = declare_dependency(
)
meson.override_dependency('sdl3', sdl3_dep)
@@ -9,6 +9,7 @@ sources += files(
'SDL_waylandmouse.c',
'SDL_waylandopengles.c',
'SDL_waylandshmbuffer.c',
'SDL_waylandutil.c',
'SDL_waylandvideo.c',
'SDL_waylandvulkan.c',
'SDL_waylandwindow.c',
+5 -5
View File
@@ -1,9 +1,9 @@
[wrap-file]
directory = SDL3-3.4.2
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
source_filename = SDL3-3.4.2.tar.gz
source_hash = ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c
source_fallback_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
directory = SDL3-3.4.8
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.8/SDL3-3.4.8.tar.gz
source_filename = SDL3-3.4.8.tar.gz
source_hash = e9fff7467fb60f037e6708da18b25560649e4c63edc2a69bb871b960d9cbfbba
source_fallback_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.8/SDL3-3.4.8.tar.gz
patch_directory = sdl3
[provide]