summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2019-01-21 14:51:08 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-06 10:14:46 +0100
commit5f47d4181d975d56177fae0f5544d973b04cd74c (patch)
treef31b587ab7b5cac1d47003dec248a4e01eb5ffe0
parentb69b63f96b146a044e9465efe69fa7f190976a97 (diff)
downloadbuildroot-5f47d4181d975d56177fae0f5544d973b04cd74c.tar.gz
buildroot-5f47d4181d975d56177fae0f5544d973b04cd74c.zip
package/pulseaudio: use the new fftw-single package
This patch add an explicitly dependency to fftw-single (the only compatible fftw's flavor) instead of default behavior where the package do assumption about the compatible version. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/pulseaudio/pulseaudio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index d1c35654cf..c91af22935 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -21,7 +21,7 @@ PULSEAUDIO_DEPENDENCIES = \
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
$(if $(BR2_PACKAGE_DBUS),dbus) \
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
- $(if $(BR2_PACKAGE_FFTW),fftw) \
+ $(if $(BR2_PACKAGE_FFTW_SINGLE),fftw-single) \
$(if $(BR2_PACKAGE_SYSTEMD),systemd)
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
OpenPOWER on IntegriCloud