diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-24 13:47:02 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-24 13:47:22 +0200 |
commit | c38d4a7ae95dd28cf2984787f703d4cc9f1b83b1 (patch) | |
tree | 96fb8ad57a15c96347da141d5bdaa9ee21f6ebb5 | |
parent | 9934769b4bb8446bd87aff46cb86041f500ee888 (diff) |
Make the agl-compositor the default compositor
thus fix the dependencies for the homescreen,
launcher and alexa-viewer apps.
Bug-AGL: SPEC-
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I30766be7a7b4bb5f6d398e2b93de2415094c6b43
-rw-r--r-- | recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb | 4 | ||||
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 4 | ||||
-rw-r--r-- | recipes-demo-hmi/launcher/launcher_git.bb | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb b/recipes-demo-hmi/alexa-viewer/alexa-viewer_git.bb index d406d8539..f73a97acb 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 715862c7f..44a0f524a 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 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 |