Use stable 10.1 version of Chromium and make sure that native Wayland is used.

This commit is contained in:
Anders Rytter Hansen 2025-12-02 13:25:09 -03:00
commit ca1052ea85
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ ENABLE_FEATURES="AllowQt"
CHROMIUM_FLAGS=" --enable-chrome-browser-cloud-management"
if [ "$NATIVE_WAYLAND" == "on" ] ; then
ENABLE_FEATURES+=",WaylandLinuxDrmSyncobj,WaylandPerSurfaceScale,WaylandUiScale"
CHROMIUM_FLAGS+=" --ozone-platform=wayland"
else
CHROMIUM_FLAGS+=" --enable-gpu-memory-buffer-video-frames"
CHROMIUM_FLAGS+=" --enable-zero-copy"