From 9934769b4bb8446bd87aff46cb86041f500ee888 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 14 May 2020 17:12:48 +0300 Subject: recipes-demo-hmi: Remove qtaglextras and *-windowmanager depends Bug-AGL: SPEC-3342 Signed-off-by: Marius Vlad Change-Id: I3a5e73e30cae02c97d7d0ab6ca041b32a8862e73 --- recipes-demo-hmi/launcher/launcher_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-demo-hmi/launcher') diff --git a/recipes-demo-hmi/launcher/launcher_git.bb b/recipes-demo-hmi/launcher/launcher_git.bb index 8c3f72f68..d9ecb54f6 100644 --- a/recipes-demo-hmi/launcher/launcher_git.bb +++ b/recipes-demo-hmi/launcher/launcher_git.bb @@ -10,7 +10,6 @@ DEPENDS = "\ qtdeclarative \ qtquickcontrols2 \ qtwebsockets \ - qlibwindowmanager \ qlibhomescreen \ " -- cgit From c38d4a7ae95dd28cf2984787f703d4cc9f1b83b1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 24 Jun 2020 13:47:02 +0200 Subject: Make the agl-compositor the default compositor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thus fix the dependencies for the homescreen, launcher and alexa-viewer apps. Bug-AGL: SPEC- Signed-off-by: Jan-Simon Möller Change-Id: I30766be7a7b4bb5f6d398e2b93de2415094c6b43 --- recipes-demo-hmi/launcher/launcher_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-demo-hmi/launcher') diff --git a/recipes-demo-hmi/launcher/launcher_git.bb b/recipes-demo-hmi/launcher/launcher_git.bb index d9ecb54f6..5b1de0134 100644 --- a/recipes-demo-hmi/launcher/launcher_git.bb +++ b/recipes-demo-hmi/launcher/launcher_git.bb @@ -11,6 +11,10 @@ DEPENDS = "\ qtquickcontrols2 \ qtwebsockets \ qlibhomescreen \ + wayland-native \ + wayland \ + qtwayland \ + qtwayland-native \ " inherit qmake5 systemd pkgconfig aglwgt -- cgit