summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2018-01-23 16:19:14 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-02-08 14:21:57 +0000
commit3f82f66bdceb5523b1df8856801a4dd378021d77 (patch)
tree0ce8cf08c1dbc3fb8515be87df8f77a4cc3fff0d
parent4bb6dc8570958dcadcf4333ae2949e7718fda596 (diff)
Add app DEPENDS for new HMI framework to als-meter-demo
Add virtual/libhomescreen and qlibwindowmanager Bug-AGL: SPEC-1279 Change-Id: I7c5104e551fe58fff201684d45452f3b9233c586 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
-rw-r--r--recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb b/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb
index 955535bd..866bcce0 100644
--- a/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb
+++ b/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb
@@ -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"