diff options
author | Primoz Fiser <primoz.fiser@norik.com> | 2024-07-01 07:55:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-02 22:29:13 +0100 |
commit | 763c6dab335968ac2367a9c4f372b1f64f50c212 (patch) | |
tree | c6cdd95bf3888eff3c047682148ded6e2c5ed879 | |
parent | 0bb6e564e0fc9df17987cec423d589bf8b0987c8 (diff) | |
download | poky-763c6dab335968ac2367a9c4f372b1f64f50c212.tar.gz |
pulseaudio: Add PACKAGECONFIG for optional OSS support
Add pulseaudio PACKAGECONFIG for optional OSS (Open Sound System) output
support. OSS was a sound system available before ALSA and has since been
deprecated. Lately, this part has started causing build issues when used
with GLIBC_64BIT_TIME_FLAGS. Thus, by default drop OSS output support in
favor of Y2038 compliance.
(From OE-Core rev: c74a7382f4e3c6516c97b1473731a27c57b4e0aa)
Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 9fb5c81757..bfd57c8e21 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -124,6 +124,7 @@ PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" | |||
124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" | 124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" |
125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," | 125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," |
126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," | 126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," |
127 | PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled," | ||
127 | 128 | ||
128 | export TARGET_PFPU = "${TARGET_FPU}" | 129 | export TARGET_PFPU = "${TARGET_FPU}" |
129 | 130 | ||