packagegroup-agl-demo: depend on pipewire if the pipewire feature is enabled 89/21489/3
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 4 Jun 2019 10:50:53 +0000 (13:50 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 11 Jun 2019 13:53:50 +0000 (13:53 +0000)
Bug-AGL: SPEC-2473

Change-Id: I94cd7b7c39cad87926f0f3da6f15866c85a16850
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
recipes-platform/packagegroups/packagegroup-agl-demo.bb

index fc4f8ef..fbdaab5 100644 (file)
@@ -22,12 +22,16 @@ AUDIO-OLD = "audiomanager"
 # packages from new 4A framework
 AUDIO-NEW = "packagegroup-agl-audio"
 
+PIPEWIRE = "${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', \
+    'packagegroup-pipewire', '', d)}"
+
 RDEPENDS_${PN} += "\
     libqtappfw \
     ${HOMESCREEN} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '${AUDIO-NEW}', '${AUDIO-OLD}', d)} \
     udisks \
     ${SMARTDEVICELINK} \
+    ${PIPEWIRE} \
     "
 #    packagegroup-agl-appfw \
 #