diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2022-12-25 23:35:24 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-20 15:31:12 +0000 |
commit | d1d39f2d808b42c10b42faa016f99ac363dc5226 (patch) | |
tree | d75184a404524584b6c32cb3ca55c8f4d56f68d1 /recipes-platform/packagegroups | |
parent | beea030e7b631e334830c2e0ae6c9592f47a448f (diff) |
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 <rzanoni@igalia.com>
Change-Id: Ifbcb447b153408db01f592818288efbd5c940f67
Diffstat (limited to 'recipes-platform/packagegroups')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |