From d1d39f2d808b42c10b42faa016f99ac363dc5226 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Sun, 25 Dec 2022 23:35:24 +0100 Subject: chromium: Do the activation explicitly Now chromium should use changes from the agl-shell v3 protocol to track app state changes and activate the applications instead of letting the compositor handle it. This change disables default activation by the compositor and lets chromium handle application activation. Depends on https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28371 that adds the new config file with landscape orientation and disabled default activation. Bug-AGL: SPEC-4647, SPEC-4528 Signed-off-by: Roger Zanoni Change-Id: Ifbcb447b153408db01f592818288efbd5c940f67 --- recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-platform') diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index cb2c912d..4ef78221 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -32,7 +32,7 @@ AGL_APPS = " \ " RDEPENDS:${PN}:append = " \ - weston-ini-conf-landscape \ + weston-ini-conf-landscape-no-activate \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ qtquickcontrols2-agl \ qtquickcontrols2-agl-style \ -- cgit 1.2.3-korg