Add app DEPENDS for new HMI framework to als-meter-demo 63/13263/4
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Tue, 23 Jan 2018 07:19:14 +0000 (16:19 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 8 Feb 2018 14:21:39 +0000 (14:21 +0000)
Add virtual/libhomescreen and qlibwindowmanager

Bug-AGL: SPEC-1279

Change-Id: I7c5104e551fe58fff201684d45452f3b9233c586
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb

index 955535b..866bcce 100644 (file)
@@ -13,7 +13,7 @@ PV = "0.1+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
 # build-time dependencies
-DEPENDS += "qtquickcontrols2 opencv"
+DEPENDS += "qtquickcontrols2 opencv virtual/libhomescreen qlibwindowmanager"
 
 # runtime dependencies
 RDEPENDS_${PN} += "agl-service-steering-wheel"