chromium: Do the activation explicitly 73/28373/5
authorRoger Zanoni <rzanoni@igalia.com>
Sun, 25 Dec 2022 22:35:24 +0000 (23:35 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 20 Jan 2023 15:31:12 +0000 (15:31 +0000)
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 <rzanoni@igalia.com>
Change-Id: Ifbcb447b153408db01f592818288efbd5c940f67

recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb

index cb2c912..4ef7822 100644 (file)
@@ -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 \