tbtnavi: update DEPENDS 88/25088/2
authorScott Murray <scott.murray@konsulko.com>
Sun, 9 Aug 2020 21:23:53 +0000 (17:23 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 10 Aug 2020 14:40:21 +0000 (10:40 -0400)
Add wayland-native and qtwayland-native to DEPENDS in tbtnavi recipe
to fix building against the new compositor.

Bug-AGL: SPEC-3531

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I05101e3e6ea43537060417bc60d28450dec66b80

recipes-demo-hmi/navigation/tbtnavi_git.bb

index e27fe73..d2e8e63 100644 (file)
@@ -16,12 +16,13 @@ DEPENDS += "qtbase \
             qlibhomescreen \
             qtlocation \
             libqtappfw \
+            wayland-native \
+            qtwayland-native \
 "
 
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;branch=${AGL_BRANCH}"
-#SRCREV  = "4a8b7a6301e4b093c99329d0a16fbee6c535f312"
 SRCREV = "${AGL_APP_REVISION}"
 
 S = "${WORKDIR}/git"