Add development headers for pipewire and wireplumber to SDK 70/23170/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Dec 2019 18:10:35 +0000 (19:10 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 3 Dec 2019 22:00:55 +0000 (22:00 +0000)
This is required to build the agl-service-audiomixer with the SDK.

Change-Id: Ie717633f92a85d14d311cf282f9d920bc95ca9f6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.bb

index 8477b39..cfc465e 100755 (executable)
@@ -33,7 +33,7 @@ TOOLCHAIN_HOST_TASK += " \
 # required dependencies for Chromium build inside SDK (SPEC-942)
 TOOLCHAIN_TARGET_TASK += " \
     pciutils-dev \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-dev' , '', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'pipewire-dev wireplumber-dev', '', d)} \
     cairo-dev \
     nss-dev \
     cups-dev \