Skip to content

Commit 0df849f

Browse files
authored
meson: Bump SDL3 wrap to 3.4.8
1 parent 8df9e3f commit 0df849f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

scripts/gen-license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def head(self):
369369
pkg_win="sdl3",
370370
pkg_mac="sdl3",
371371
pkg_ubuntu="libsdl3-dev",
372-
version="3.4.2",
372+
version="3.4.8",
373373
),
374374
Lib(
375375
"glib-2.0",

subprojects/packagefiles/sdl3/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'sdl3',
33
'c',
4-
version: '3.4.2',
4+
version: '3.4.8',
55
license: 'zlib',
66
meson_version: '>=1.6',
77
default_options: ['c_std=none'],
@@ -476,4 +476,3 @@ sdl3_dep = declare_dependency(
476476
)
477477

478478
meson.override_dependency('sdl3', sdl3_dep)
479-

subprojects/packagefiles/sdl3/src/video/wayland/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sources += files(
99
'SDL_waylandmouse.c',
1010
'SDL_waylandopengles.c',
1111
'SDL_waylandshmbuffer.c',
12+
'SDL_waylandutil.c',
1213
'SDL_waylandvideo.c',
1314
'SDL_waylandvulkan.c',
1415
'SDL_waylandwindow.c',

subprojects/sdl3.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[wrap-file]
2-
directory = SDL3-3.4.2
3-
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
4-
source_filename = SDL3-3.4.2.tar.gz
5-
source_hash = ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c
6-
source_fallback_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
2+
directory = SDL3-3.4.8
3+
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.8/SDL3-3.4.8.tar.gz
4+
source_filename = SDL3-3.4.8.tar.gz
5+
source_hash = e9fff7467fb60f037e6708da18b25560649e4c63edc2a69bb871b960d9cbfbba
6+
source_fallback_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.8/SDL3-3.4.8.tar.gz
77
patch_directory = sdl3
88

99
[provide]

0 commit comments

Comments
 (0)