From: Roger Zanoni Date: Mon, 14 Aug 2023 12:58:08 +0000 (+0200) Subject: fixup! [cef] Use bundled libwayland instead of the system lib X-Git-Tag: 16.91.1~28 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=8f7253caab8e815b3fb43eb462fbb207238891f4 fixup! [cef] Use bundled libwayland instead of the system lib 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 Change-Id: I46f6c30ccc7aa41625a353d68e3ebe68f3e8c3aa --- diff --git a/recipes-wam/wam/files/WebAppMgr-cef.env b/recipes-wam/wam/files/WebAppMgr-cef.env index 2aa604c6a..557f0d482 100644 --- a/recipes-wam/wam/files/WebAppMgr-cef.env +++ b/recipes-wam/wam/files/WebAppMgr-cef.env @@ -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"