Scripts: Drop freetype/zlib from Linux deps build

Qt pulls in fontconfig, which needs the system version.
This commit is contained in:
Stenzek
2024-04-25 14:59:43 +10:00
parent d2b9195c66
commit 4df6f3bc4d
2 changed files with 2 additions and 47 deletions

View File

@ -15,7 +15,7 @@ find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-con
find_package(ZLIB REQUIRED) # 1.3, but Mac currently doesn't use it.
find_package(PNG 1.6.40 REQUIRED)
find_package(JPEG REQUIRED) # No version because flatpak uses libjpeg-turbo.
find_package(Freetype 2.13.1 REQUIRED)
find_package(Freetype 2.11.1 REQUIRED)
if(NOT WIN32)
find_package(CURL REQUIRED)