Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01b18233e58e0118f57ed012f537a4b5493d1902
https://github.com/WebKit/WebKit/commit/01b18233e58e0118f57ed012f537a4b5493d1902
Author: Simon Pena <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
Log Message:
-----------
[CMake][GTK][WPE] Detect FreeType's builtin WOFF2 support on Skia builds
https://bugs.webkit.org/show_bug.cgi?id=316641
Reviewed by Adrian Perez de Castro.
WOFF2Checks reads the FREETYPE_* variables to skip libwoff2dec when
FreeType provides WOFF2 itself. 803415e3f940 removed the Cairo
find_package(Freetype) that set those variables, so Skia builds no
longer resolve FreeType in this scope and configuration fails with
"libwoff2dec is required for USE_WOFF2" (unless libwoff2 is available).
Resolve FreeType before WOFF2Checks: find_package is idempotent, so
Skia-s later call is a cache hit.
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
Canonical link: https://commits.webkit.org/314881@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications