mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 15:53:29 +08:00
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:
parent
637800de21
commit
94ae9f1500
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user