mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0bb6e564e0
commit
763c6dab33
@@ -124,6 +124,7 @@ PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc"
|
||||
PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing"
|
||||
PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false,"
|
||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,"
|
||||
PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled,"
|
||||
|
||||
export TARGET_PFPU = "${TARGET_FPU}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user