Deps: Bump SDL2 to 2.30.6

This commit is contained in:
Stenzek
2024-08-02 21:45:03 +10:00
parent 6d70d24bc4
commit 75cf877b0d
7 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@ endif()
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
find_package(SDL2 2.30.4 REQUIRED)
find_package(SDL2 2.30.6 REQUIRED)
find_package(Zstd 1.5.6 REQUIRED)
find_package(WebP REQUIRED) # v1.4.0, spews an error on Linux because no pkg-config.
find_package(ZLIB REQUIRED) # 1.3, but Mac currently doesn't use it.