summaryrefslogtreecommitdiffstats
path: root/package/asterisk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-06-13 18:28:24 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-16 14:28:06 +0200
commitbb9a2c178f8d634ed26ad7d399df4ca7dfc6d25a (patch)
tree8ecc7511f3cd25581300fb9c667d27cd304e6c7f /package/asterisk
parentba8805fe8e5307025fc8120a29b3bd4f23f3590d (diff)
downloadbuildroot-bb9a2c178f8d634ed26ad7d399df4ca7dfc6d25a.tar.gz
buildroot-bb9a2c178f8d634ed26ad7d399df4ca7dfc6d25a.zip
package/asterisk: add optional dependency to speexdsp
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>
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/asterisk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
index f2f210b524..430b122655 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -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
OpenPOWER on IntegriCloud