From 6a8a33f99a66ae150a86e10551b2ad81a4117e13 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 15 Sep 2022 14:44:33 +0300 Subject: weston-ini-conf: Add weston-ini-config-no-activate This patch adds a way to tick dynamically activate-by-default to false, and provide a safe migration towards disabling by default activation entirely. We do this with just only the Qt toolkit and will proceed with WAM/chromium once that has support as well for this. Bug-AGL: SPEC-4528 Signed-off-by: Marius Vlad Change-Id: I3573ea92d3ea865db223bd01e58b9ec202cfa7ae Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27990 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../recipes-graphics/wayland/weston-ini-conf_agl-app-fw.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-app-framework/recipes-graphics') diff --git a/meta-app-framework/recipes-graphics/wayland/weston-ini-conf_agl-app-fw.inc b/meta-app-framework/recipes-graphics/wayland/weston-ini-conf_agl-app-fw.inc index 25213a9f1..6e599e9b9 100644 --- a/meta-app-framework/recipes-graphics/wayland/weston-ini-conf_agl-app-fw.inc +++ b/meta-app-framework/recipes-graphics/wayland/weston-ini-conf_agl-app-fw.inc @@ -1,3 +1,4 @@ RDEPENDS:${PN} = "" RDEPENDS:${PN}-landscape = "" RDEPENDS:${PN}-landscape-inverted = "" +RDEPENDS:${PN}-no-activate = "" -- cgit 1.2.3-korg