CI/Flatpak: Update to SDL2 2.30.3

This commit is contained in:
Stenzek 2024-05-07 01:14:31 +10:00 committed by Connor McLaughlin
parent 7264e397e2
commit d8cd336674
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
"sources": [
{
"type": "archive",
"url": "https://libsdl.org/release/SDL2-2.30.2.tar.gz",
"sha256": "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31"
"url": "https://libsdl.org/release/SDL2-2.30.3.tar.gz",
"sha256": "820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec"
}
],
"cleanup": [

View File

@ -17,7 +17,7 @@ find_package(ZLIB REQUIRED) # v1.3, but Mac uses the SDK version.
find_package(Zstd 1.5.5 REQUIRED)
find_package(LZ4 REQUIRED)
find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-config.
find_package(SDL2 2.30.2 REQUIRED)
find_package(SDL2 2.30.3 REQUIRED)
find_package(Freetype 2.11.1 REQUIRED)
if(USE_VULKAN)