From 8f7253caab8e815b3fb43eb462fbb207238891f4 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Mon, 14 Aug 2023 14:58:08 +0200 Subject: [PATCH] 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 --- recipes-wam/wam/files/WebAppMgr-cef.env | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.16.6