diff --git a/scripts/gen-license.py b/scripts/gen-license.py index 580c1912c6..c4697d3ca6 100755 --- a/scripts/gen-license.py +++ b/scripts/gen-license.py @@ -369,7 +369,7 @@ LIBS = [ pkg_win="sdl3", pkg_mac="sdl3", pkg_ubuntu="libsdl3-dev", - version="3.4.2", + version="3.4.8", ), Lib( "glib-2.0", diff --git a/subprojects/packagefiles/sdl3/meson.build b/subprojects/packagefiles/sdl3/meson.build index 72626c153f..5b7cf65c16 100644 --- a/subprojects/packagefiles/sdl3/meson.build +++ b/subprojects/packagefiles/sdl3/meson.build @@ -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) - diff --git a/subprojects/packagefiles/sdl3/src/video/wayland/meson.build b/subprojects/packagefiles/sdl3/src/video/wayland/meson.build index e66d7bc09e..fe0ceb9ee3 100644 --- a/subprojects/packagefiles/sdl3/src/video/wayland/meson.build +++ b/subprojects/packagefiles/sdl3/src/video/wayland/meson.build @@ -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', diff --git a/subprojects/sdl3.wrap b/subprojects/sdl3.wrap index 212bcdb29b..a0b4a658d2 100644 --- a/subprojects/sdl3.wrap +++ b/subprojects/sdl3.wrap @@ -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]