Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 16ab2f93d8e1290e4cffb0de20257fc5910d9562
https://github.com/WebKit/WebKit/commit/16ab2f93d8e1290e4cffb0de20257fc5910d9562
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-03-19 (Thu, 19 Mar 2026)
Changed paths:
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
Log Message:
-----------
[GTK][WPE] CMake is disabling USE_SKIA_ENCODERS even if USE_SKIA is set
https://bugs.webkit.org/show_bug.cgi?id=310271
Reviewed by Carlos Garcia Campos.
Use WEBKIT_OPTION_DEFAULT_PORT_VALUE() to properly enable USE_SKIA for
the GTK and WPE ports, which makes CMake aware of the setting at the
time the WEBKIT_OPTION_DEPEND(USE_SKIA_ENCODERS USE_SKIA) condition gets
evaluated.
While at it, remove the SET_AND_EXPOSE_TO_BUILD(USE_SKIA_ENCODERS ON)
calls. These are not needed because the default value for the option is
already ON (as declared in WebKitFeatures.cmake).
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
Canonical link: https://commits.webkit.org/309556@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications