summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-05-24 14:40:52 +0300
committerMatt Porter <mporter@konsulko.com>2017-05-24 14:43:23 +0300
commitf98eb9f66a10e91d5c1fb050550536822c2e8dca (patch)
treef06462bc597b20af7dfd489aae5b7f4e7cb8fe03 /recipes-demo-hmi/homescreen
parentececcc775d75a2e83f5df92f312024e40f6ff333 (diff)
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 <scott.murray@konsulko.com> Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb
index ee4d03ba..7746e5ed 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 \