Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e38165dc47083cb5628f943e6d718b5dfd0828c
https://github.com/WebKit/WebKit/commit/3e38165dc47083cb5628f943e6d718b5dfd0828c
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M Tools/yocto/image_extras/chromium.conf
Log Message:
-----------
[WPE][cross-toolchain-helper] For the optional chromium build, do not set
CHROMIUM_EXTRA_ARGS
https://bugs.webkit.org/show_bug.cgi?id=315999
Reviewed by Nikolas Zimmermann.
The flags we were passing to Chromium are not longer valid as those switches
got renamed,
this resulted in Chromium not enabling hardware acceleration (about://gpu).
Leave the value empty so the recipe defaults to the right values, which are
defined via
PACKAGECONFIG options, and on the current version will resolve to:
"--use-angle=gles-egl \
--ozone-platform-hint=wayland \
--ozone-platform=wayland
--enable-features=AcceleratedVideoDecoder,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL"
* Tools/yocto/image_extras/chromium.conf:
Canonical link: https://commits.webkit.org/315104@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications