fixup! [cef] Use bundled libwayland instead of the system lib 39/29139/1
authorRoger Zanoni <rzanoni@igalia.com>
Mon, 14 Aug 2023 12:58:08 +0000 (14:58 +0200)
committerRoger Zanoni <rzanoni@igalia.com>
Wed, 16 Aug 2023 11:03:23 +0000 (13:03 +0200)
When using the in-process-gpu flag, chromium fails to initialize gl and
angle with the proper values. Instead, get back to using gpu process.

Bug-AGL: SPEC-4871

Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I46f6c30ccc7aa41625a353d68e3ebe68f3e8c3aa

recipes-wam/wam/files/WebAppMgr-cef.env

index 2aa604c..557f0d4 100644 (file)
@@ -72,11 +72,9 @@ WAM_SWITCHES="\
   --ozone-platform=wayland \
   --no-sandbox \
   --use-viz-fmp-with-timeout=0 \
-  --in-process-gpu \
   --remote-debugging-port=9998 \
   --webos-wam \
   --agl-shell-appid=homescreen \
   --disable-gpu-vsync \
   --ignore-gpu-blocklist \
-  --ignore-gpu-blacklist \
   --allow-file-access-from-files"