diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2020-12-17 21:27:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-20 00:03:04 +0000 |
commit | 94e565c64914dd53de3cd6f0e600a9250eb066b8 (patch) | |
tree | fed3967256df3a64910a847cc79d15877d09dd99 /meta/recipes-multimedia | |
parent | 726a8695994ae67515526d66e915bce49bcf82ce (diff) | |
download | poky-94e565c64914dd53de3cd6f0e600a9250eb066b8.tar.gz |
pulseaudio: disable EsounD support
This disables PulseAudio's EsounD emulation and the EsounD sink module.
EsounD has been obsolete for a long time, and doesn't seem to be
packaged for OpenEmbedded, so probably there are no applications around
that would need PulseAudio's EsounD support.
(From OE-Core rev: ee107217d2deee13d90b737bfb459838f27a94d9)
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 4aea8bc6aa..ad059404f8 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -79,6 +79,7 @@ EXTRA_OECONF = "\ | |||
79 | ac_cv_header_valgrind_memcheck_h=no \ | 79 | ac_cv_header_valgrind_memcheck_h=no \ |
80 | --disable-tests \ | 80 | --disable-tests \ |
81 | --disable-running-from-build-tree \ | 81 | --disable-running-from-build-tree \ |
82 | --disable-esound \ | ||
82 | " | 83 | " |
83 | 84 | ||
84 | # soxr (the SoX Resampler library) doesn't seem to be currently packaged in | 85 | # soxr (the SoX Resampler library) doesn't seem to be currently packaged in |