diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2023-06-24 15:27:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | 8431c01ae9239c1b808d2785adb0adf01b7846b1 (patch) | |
tree | 877a980b351addf4a1512175cc0358e75df63e84 /meta-multimedia | |
parent | 2638d458a57f293c5926ddd5b6b291d14c218c4e (diff) | |
download | meta-openembedded-8431c01ae9239c1b808d2785adb0adf01b7846b1.tar.gz |
pipewire: Disable libmysofa since it is not available in OE
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.71.bb | 3 |
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. |