package/libpjsip: add portaudio optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8ebb77ac1d
commit
7eb130cce3
@ -127,6 +127,13 @@ else
|
||||
LIBPJSIP_CONF_OPTS += --disable-opus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
||||
LIBPJSIP_DEPENDENCIES += portaudio
|
||||
LIBPJSIP_CONF_OPTS += --with-external-pa
|
||||
else
|
||||
LIBPJSIP_CONF_OPTS += --without-external-pa
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL2),y)
|
||||
LIBPJSIP_DEPENDENCIES += sdl2
|
||||
LIBPJSIP_CONF_OPTS += --with-sdl=$(STAGING_DIR)/usr
|
||||
|
Loading…
Reference in New Issue
Block a user