From f98eb9f66a10e91d5c1fb050550536822c2e8dca Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Wed, 24 May 2017 14:40:52 +0300 Subject: [PATCH] homescreen: add pulseaudio dependency Add pulseaudio to DEPENDS now that homescreen has added support for the master volume control that uses pulseaudio AGL-Bug: SPEC-618 Change-Id: I0519dc96b45a5c844d0682a1a14c49df25ce87e5 Reported-by: Scott Murray Signed-off-by: Matt Porter --- recipes-demo-hmi/homescreen/homescreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index ee4d03ba7..7746e5edb 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -6,7 +6,7 @@ SECTION = "apps" S = "${WORKDIR}/git/" inherit qmake5 systemd pkgconfig -DEPENDS = " qtbase qtdeclarative qtquickcontrols2 " +DEPENDS = " qtbase qtdeclarative qtquickcontrols2 pulseaudio" RDEPENDS_${PN} = " \ homescreenappframeworkbinderagl \ inputeventmanager \ -- 2.16.6