Deps: Update to Qt 6.7.0 and SDL 2.30.2

This commit is contained in:
Stenzek
2024-04-04 17:04:52 +10:00
parent 0a17cf7db8
commit 5c56d4e869
10 changed files with 47 additions and 598 deletions

View File

@ -1,5 +1,5 @@
if(ENABLE_SDL2)
find_package(SDL2 2.30.1 REQUIRED)
find_package(SDL2 2.30.2 REQUIRED)
endif()
if(NOT WIN32 AND NOT ANDROID)
# From PCSX2: On macOS, Mono.framework contains an ancient version of libpng. We don't want that.