From 5565302f54ecee98397c22e7912e3a16439b93e4 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Wed, 21 Jan 2026 17:20:14 -0700 Subject: [PATCH] scripts/gen-license.py: Migrate to SDL3 --- scripts/gen-license.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/gen-license.py b/scripts/gen-license.py index bf943336fb..f8a4a8c95a 100755 --- a/scripts/gen-license.py +++ b/scripts/gen-license.py @@ -368,16 +368,17 @@ LIBS = [ # Libraries either linked statically, dynamically linked & shipped, or dynamically linked with system-installed libraries only # Lib( - "sdl2", + "SDL3", "https://www.libsdl.org/", zlib, "https://raw.githubusercontent.com/libsdl-org/SDL/main/LICENSE.txt", ships_static={windows}, ships_dynamic={macos}, - pkgconfig=PkgConfig("sdl2"), - pkg_win="sdl2", - pkg_mac="sdl2", - pkg_ubuntu="libsdl2-dev", + pkgconfig=PkgConfig("sdl3"), + pkg_win="sdl3", + pkg_mac="sdl3", + pkg_ubuntu="libsdl3-dev", + submodule=Submodule("subprojects/sdl3.wrap"), ), Lib( "glib-2.0",