From: Roger Zanoni Date: Sun, 25 Dec 2022 22:35:24 +0000 (+0100) Subject: chromium: Do the activation explicitly X-Git-Tag: 14.94.0~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d1d39f2d808b42c10b42faa016f99ac363dc5226;p=AGL%2Fmeta-agl-demo.git 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 --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index cb2c912d6..4ef782215 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 \