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 /recipes-demo-hmi/homescreen | |
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
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |