diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-08-14 14:58:08 +0200 |
---|---|---|
committer | Roger Zanoni <rzanoni@igalia.com> | 2023-08-16 13:03:23 +0200 |
commit | 8f7253caab8e815b3fb43eb462fbb207238891f4 (patch) | |
tree | 934a437a70d8ae27e37f895c5fb124dc3ecba6b0 | |
parent | 5cc8e62350d711b4e3c41aa4883f0af92cdcecce (diff) |
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 <rzanoni@igalia.com>
Change-Id: I46f6c30ccc7aa41625a353d68e3ebe68f3e8c3aa
-rw-r--r-- | recipes-wam/wam/files/WebAppMgr-cef.env | 2 |
1 files changed, 0 insertions, 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" |