homescreen: add pulseaudio dependency 05/9505/1
authorMatt Porter <mporter@konsulko.com>
Wed, 24 May 2017 11:40:52 +0000 (14:40 +0300)
committerMatt Porter <mporter@konsulko.com>
Wed, 24 May 2017 11:43:23 +0000 (14:43 +0300)
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 <scott.murray@konsulko.com>
Signed-off-by: Matt Porter <mporter@konsulko.com>
recipes-demo-hmi/homescreen/homescreen_git.bb

index ee4d03b..7746e5e 100644 (file)
@@ -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 \