From: Matt Porter Date: Wed, 24 May 2017 11:40:52 +0000 (+0300) Subject: homescreen: add pulseaudio dependency X-Git-Tag: 3.99.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f98eb9f66a10e91d5c1fb050550536822c2e8dca;p=AGL%2Fmeta-agl-demo.git 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 --- 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 \