package/asterisk: add optional dependency to speexdsp
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 13 Jun 2018 16:28:24 +0000 (18:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 16 Jun 2018 12:28:06 +0000 (14:28 +0200)
Fixes
http://autobuild.buildroot.net/results/9f6/9f61192382ea4b57b0f0548626968752363bb13f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/asterisk/asterisk.mk

index f2f210b524561b9a912d681855dca714a136090b..430b122655f4a7ee691274ded59fec1b96caa9a0 100644 (file)
@@ -229,7 +229,7 @@ else
 ASTERISK_CONF_OPTS += --without-ssl
 endif
 
-ifeq ($(BR2_PACKAGE_SPEEX),y)
+ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
 ASTERISK_DEPENDENCIES += speex
 ASTERISK_CONF_OPTS += --with-speex --with-speexdsp
 else