package/asterisk: add optional libical 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:22 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 9b12a77ff8
commit a1e2cd6325

View File

@ -57,7 +57,6 @@ ASTERISK_CONF_OPTS = \
--without-gmime \
--without-h323 \
--without-hoard \
--without-ical \
--without-iconv \
--without-iksemel \
--without-imap \
@ -149,6 +148,13 @@ else
ASTERISK_CONF_OPTS += --without-bluetooth
endif
ifeq ($(BR2_PACKAGE_LIBICAL),y)
ASTERISK_DEPENDENCIES += libical
ASTERISK_CONF_OPTS += --with-ical
else
ASTERISK_CONF_OPTS += --without-ical
endif
ifeq ($(BR2_PACKAGE_NEON),y)
ASTERISK_DEPENDENCIES += neon
ASTERISK_CONF_OPTS += --with-neon