mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/asterisk: add optional portaudio 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
c5a4355c73
commit
9b12a77ff8
@ -84,7 +84,6 @@ ASTERISK_CONF_OPTS = \
|
|||||||
--without-postgres \
|
--without-postgres \
|
||||||
--without-pjproject \
|
--without-pjproject \
|
||||||
--without-popt \
|
--without-popt \
|
||||||
--without-portaudio \
|
|
||||||
--without-pri \
|
--without-pri \
|
||||||
--without-pwlib \
|
--without-pwlib \
|
||||||
--without-radius \
|
--without-radius \
|
||||||
@ -173,6 +172,13 @@ else
|
|||||||
ASTERISK_CONF_OPTS += --without-opus
|
ASTERISK_CONF_OPTS += --without-opus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
||||||
|
ASTERISK_DEPENDENCIES += portaudio
|
||||||
|
ASTERISK_CONF_OPTS += --with-portaudio
|
||||||
|
else
|
||||||
|
ASTERISK_CONF_OPTS += --without-portaudio
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
ASTERISK_DEPENDENCIES += openssl
|
ASTERISK_DEPENDENCIES += openssl
|
||||||
ASTERISK_CONF_OPTS += --with-ssl
|
ASTERISK_CONF_OPTS += --with-ssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user