diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-09-15 14:49:18 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-22 17:26:14 +0000 |
commit | d0124982a6efcb3e32ed1a9293953389fcce170a (patch) | |
tree | c0977790766f27916c8f2d2c5f390d9ecaec4250 | |
parent | dfc69569eec90191a2d37c46065ecc7861b78909 (diff) |
agl-demo-platform: Do not activate by default
With the recent protocol changes and Qt shell client updates, we can
now switch off activate by default for the agl-demo-platform.
This allows a smooth transtion and allows running code side-by-side
until all shell clients will transition to it. For now we'll do it
for just Qt homescreen (agl-demo-platform).
Bug-AGL: SPEC-4528
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I22ee07544ba664452e24adc2d83187e013e77226
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index a8be87b8d..307c4283f 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -29,6 +29,7 @@ AGL_APPS = " \ " RDEPENDS:${PN}:append = " \ + weston-ini-conf-no-activate \ launcher \ qtquickcontrols2-agl \ qtquickcontrols2-agl-style \ |