tbtnavi: add libqtapp + agl-service-navigation dependencies 92/22892/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Mon, 11 Nov 2019 05:50:35 +0000 (07:50 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Mon, 11 Nov 2019 08:58:22 +0000 (10:58 +0200)
Bug-AGL: SPEC-2880
Change-Id: I78d00e0e2646c9c226173ef3df783f99c6e9d64e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-demo-hmi/navigation/tbtnavi_git.bb

index 88680ed..a61f2c9 100644 (file)
@@ -16,6 +16,7 @@ DEPENDS += "qtbase \
             qlibhomescreen \
             qlibwindowmanager \
             qtlocation \
+            libqtappfw \
 "
 
 PV = "1.0+git${SRCPV}"
@@ -30,4 +31,6 @@ inherit qmake5 aglwgt pkgconfig
 
 RDEPENDS_${PN} += "qtlocation \
                    ondemandnavi-config \
+                   agl-service-navigation \
+                   libqtappfw \
 "