mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-05 17:16:16 +00:00
update sdl2 to fix pipewire issue
This commit is contained in:
parent
588b93196c
commit
c65b7d7231
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue