diff options
author | Matt Porter <mporter@konsulko.com> | 2017-05-24 14:40:52 +0300 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-05-24 14:43:23 +0300 |
commit | f98eb9f66a10e91d5c1fb050550536822c2e8dca (patch) | |
tree | f06462bc597b20af7dfd489aae5b7f4e7cb8fe03 | |
parent | ececcc775d75a2e83f5df92f312024e40f6ff333 (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>
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
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 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 \ |