Deps: Update to SDL 2.30.4 (#3228)

This commit is contained in:
Jordan
2024-06-23 02:12:47 +01:00
committed by GitHub
parent 7491ba656e
commit 59c3c33bc8
6 changed files with 11 additions and 11 deletions

View File

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