update sdl2 to fix pipewire issue

This commit is contained in:
zZeck 2025-10-04 15:08:04 -05:00
parent 588b93196c
commit c65b7d7231

View file

@ -8,7 +8,7 @@ set(FETCHCONTENT_QUIET FALSE)
FetchContent_Declare( FetchContent_Declare(
SDL2 SDL2
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git" GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
GIT_TAG "release-2.30.10" GIT_TAG "release-2.32.10"
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
) )