package/asterisk: add optional bluez_utils dependency

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Yann E. MORIN 2017-09-09 23:39:16 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 637800de21
commit 94ae9f1500

View File

@ -49,7 +49,6 @@ ASTERISK_CONF_OPTS = \
--disable-asteriskssl \
--disable-rpath \
--without-bfd \
--without-bluetooth \
--without-cap \
--without-cpg \
--without-curses \
@ -148,6 +147,13 @@ else
ASTERISK_CONF_OPTS += --without-asound
endif
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
ASTERISK_DEPENDENCIES += bluez_utils
ASTERISK_CONF_OPTS += --with-bluetooth
else
ASTERISK_CONF_OPTS += --without-bluetooth
endif
ifeq ($(BR2_PACKAGE_NEON),y)
ASTERISK_DEPENDENCIES += neon
ASTERISK_CONF_OPTS += --with-neon