From c402d06aa792be1bae62f27efe6e999ea43428a4 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 30 Jan 2024 18:00:37 +0100 Subject: [PATCH] audio/alsa-plugins: drop unused SPEEX=on dependency ====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libspeex.so --- audio/alsa-plugins/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index 238821dfced12..cdffe0a1769ed 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -35,8 +35,7 @@ PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_ENABLE= samplerate -SPEEX_LIB_DEPENDS= libspeex.so:audio/speex \ - libspeexdsp.so:audio/speexdsp +SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp SPEEX_CONFIGURE_ON= --with-speex=lib SPEEX_CONFIGURE_OFF= --without-speex