CI: Simplify Linux build

This commit is contained in:
Stenzek
2024-04-25 16:55:51 +10:00
committed by Connor McLaughlin
parent 9f1483f01b
commit c831f5759f
11 changed files with 76 additions and 239 deletions

View File

@@ -18,7 +18,7 @@ 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(Freetype 2.13.1 REQUIRED)
find_package(Freetype 2.11.1 REQUIRED)
if(USE_VULKAN)
find_package(Shaderc REQUIRED)