summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb
index 7f117e10b..051776cce 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb
@@ -48,7 +48,7 @@ SYSTEMD_PACKAGES = "${PN}"
48# it just prevents this subproject feature. 48# it just prevents this subproject feature.
49# 49#
50# AptX and LDAC are not available in OE. Currently, neither 50# AptX and LDAC are not available in OE. Currently, neither
51# are lv2 and ROC. 51# are lv2, ROC, and libmysofa.
52# 52#
53# The RTKit module is deprecated in favor of the newer RT module. 53# The RTKit module is deprecated in favor of the newer RT module.
54# It still exists for legacy setups that still include it in 54# It still exists for legacy setups that still include it in
@@ -66,6 +66,7 @@ EXTRA_OEMESON += " \
66 -Dbluez5-codec-aptx=disabled \ 66 -Dbluez5-codec-aptx=disabled \
67 -Dbluez5-codec-ldac=disabled \ 67 -Dbluez5-codec-ldac=disabled \
68 -Dlegacy-rtkit=false \ 68 -Dlegacy-rtkit=false \
69 -Dlibmysofa=disabled \
69" 70"
70 71
71# spa alsa plugin code uses typedef redefinition, which is officially a C11 feature. 72# spa alsa plugin code uses typedef redefinition, which is officially a C11 feature.