diff options
Diffstat (limited to 'recipes-demo-hmi')
-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 |