mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/freeswitch: add optional dependency to libg7221
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dd8e67fb85
commit
689e66c641
@ -179,6 +179,10 @@ else
|
|||||||
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
|
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBG7221),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += libg7221
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
||||||
FREESWITCH_DEPENDENCIES += libldns
|
FREESWITCH_DEPENDENCIES += libldns
|
||||||
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user