From 1ad25b9039ef910dc444e50fd43245c31d9bcae9 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Fri, 23 Jun 2023 14:06:20 +0200 Subject: [wam][cef] Make it possible to use cef as a backend This changes enables switching between the chromium and cef backends on wam by passing the agl-cef feature to the agl-setup script. Bug-AGL: SPEC-3872 Signed-off-by: Roger Zanoni Change-Id: Ib5b4b139789ec8303fef0a210a7e8f2f724d0c00 --- recipes-wam/wam/files/WebAppMgr.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-wam/wam/files/WebAppMgr.service') diff --git a/recipes-wam/wam/files/WebAppMgr.service b/recipes-wam/wam/files/WebAppMgr.service index ca9a47811..ed15040fb 100644 --- a/recipes-wam/wam/files/WebAppMgr.service +++ b/recipes-wam/wam/files/WebAppMgr.service @@ -23,7 +23,7 @@ UMask=0077 OOMScoreAdjust=-1000 EnvironmentFile=-/etc/default/WebAppMgr.env Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/WebAppMgr --use-gl=egl --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --use-viz-fmp-with-timeout=0 --in-process-gpu --remote-debugging-port=9998 --user-data-dir="/home/%u/wamdata" --webos-wam --agl-shell-appid=homescreen --disable-gpu-vsync --ignore-gpu-blocklist +ExecStart=@WAM_EXE_DIR@/WebAppMgr $WAM_SWITCHES ExecStop=pkill -U %U WebAppMgr Restart=on-failure RestartSec=50 -- cgit 1.2.3-korg