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/alexa-viewer/alexa-viewer_git.bb | 4 ++++ recipes-demo-hmi/homescreen/homescreen_git.bb | 4 ++++ recipes-demo-hmi/launcher/launcher_git.bb | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'recipes-demo-hmi') diff --git a/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb b/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb index d406d853..f73a97ac 100644 --- a/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb @@ -11,6 +11,10 @@ DEPENDS = " \ qlibhomescreen \ af-binder \ libqtappfw \ + wayland-native \ + wayland \ + qtwayland \ + qtwayland-native \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/alexa-viewer;protocol=https;branch=${AGL_BRANCH}" diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 715862c7..44a0f524 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -14,6 +14,10 @@ DEPENDS = "\ libqtappfw \ libhomescreen \ libafb-helpers-qt \ + wayland-native \ + wayland \ + qtwayland \ + qtwayland-native " inherit qmake5 systemd pkgconfig aglwgt diff --git a/recipes-demo-hmi/launcher/launcher_git.bb b/recipes-demo-hmi/launcher/launcher_git.bb index d9ecb54f..5b1de013 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 1.2.3-korg