From 8dd3685ce1edaef2fda5023f6086c190a62d7edc Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 14 Apr 2022 13:58:39 +0300 Subject: [PATCH] agl-compositor-init_agl-app-fw: Include agl-shell-activator Turns out we weren't including the agl-shell-activator activation tool so include it by default. It remains to be seen if it makes sense to have in the compositor, rather than outside, but for the time being just include it by default. Bug-AGL: SPEC-4324 Signed-off-by: Marius Vlad Change-Id: I5a16baca8be83715f86e02809324497a837a235a Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27385 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Vasyl Vavrychuk Reviewed-by: Jan-Simon Moeller --- .../recipes-graphics/wayland/agl-compositor-init_agl-app-fw.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-app-framework/recipes-graphics/wayland/agl-compositor-init_agl-app-fw.inc b/meta-app-framework/recipes-graphics/wayland/agl-compositor-init_agl-app-fw.inc index f6ddafb05..b97a537d5 100644 --- a/meta-app-framework/recipes-graphics/wayland/agl-compositor-init_agl-app-fw.inc +++ b/meta-app-framework/recipes-graphics/wayland/agl-compositor-init_agl-app-fw.inc @@ -39,6 +39,7 @@ FILES:${PN} = "\ RDEPENDS:${PN} = " \ agl-compositor \ + agl-shell-activator \ agl-session \ weston-ini \ " -- 2.16.6