mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
package/freeswitch: enable mod_enum
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
bcf1123b24
commit
db6f22059e
@ -166,4 +166,9 @@ else
|
|||||||
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
|
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += libldns
|
||||||
|
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user