From e96aae7124dff2e42ebdd7eea6415817071b7831 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Nov 2017 00:17:42 +0900 Subject: Update app DEPENDS for new HMI framework Add virtual/libhomescreen and qlibwindowmanager as DEPENDS in the recipes of apps that have been updated to use the new HMI framework. Change-Id: Ic5bcceaa4273612d0eaa7d1762177b4a1077ddfb Signed-off-by: Scott Murray --- recipes-demo-hmi/mixer/mixer_git.bb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'recipes-demo-hmi/mixer/mixer_git.bb') diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index 638dae53..bdbc8db6 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -12,7 +12,11 @@ SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "qtquickcontrols2 pulseaudio" +DEPENDS += "qtquickcontrols2 \ + pulseaudio \ + virtual/libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt -- cgit 1.2.3-korg