Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7df7d26d60bdf19bcf49ff0c947ad94fc073570c
https://github.com/WebKit/WebKit/commit/7df7d26d60bdf19bcf49ff0c947ad94fc073570c
Author: Claudio Saavedra <[email protected]>
Date: 2026-09-23 (Wed, 23 Sep 2026)
Changed paths:
M Source/WebKit/PlatformWPE.cmake
M Source/WebKit/SourcesWPE.txt
Log Message:
-----------
[WPE] WPE 1.1 API build fails compiling 2.0-only API sources
https://bugs.webkit.org/show_bug.cgi?id=324974
Unreviewed build fix.
WebKitWebExtensionMatchPattern.cpp (301078@main) and
WebKitIconLoadingClient.cpp (310697@main) are listed unconditionally in
SourcesWPE.txt, but the header of the former is only generated, and the
helpers the latter calls only exist, when ENABLE_2022_GLIB_API is on.
List them from the ENABLE_2022_GLIB_API blocks of PlatformWPE.cmake
instead, as the GTK port already does.
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/SourcesWPE.txt:
Canonical link: https://commits.webkit.org/321691@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications