summaryrefslogtreecommitdiffstats
path: root/package/freeswitch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-17 17:24:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-17 22:17:11 +0200
commit597096197933ca34fc7d6859646da188f003daea (patch)
tree79642eedafe04799fe90b1374bf9913a2a05fc2f /package/freeswitch
parent144f22bab0cbec13b139f9334d80b899bca04a32 (diff)
downloadbuildroot-597096197933ca34fc7d6859646da188f003daea.tar.gz
buildroot-597096197933ca34fc7d6859646da188f003daea.zip
package/freeswitch: enable mod_yaml
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freeswitch')
-rw-r--r--package/freeswitch/freeswitch.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index cfa67dcbfc..072a956159 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -179,6 +179,11 @@ FREESWITCH_DEPENDENCIES += libpng
FREESWITCH_ENABLED_MODULES += formats/mod_png
endif
+ifeq ($(BR2_PACKAGE_LIBYAML),y)
+FREESWITCH_DEPENDENCIES += libyaml
+FREESWITCH_ENABLED_MODULES += languages/mod_yaml
+endif
+
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
FREESWITCH_DEPENDENCIES += unixodbc
FREESWITCH_CONF_OPTS += \
OpenPOWER on IntegriCloud