summaryrefslogtreecommitdiffstats
path: root/package/freeswitch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-17 17:24:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-17 22:17:11 +0200
commit689e66c6411505ea9c1da26f21aab6e418f39b8f (patch)
tree014e1de903c710fd84d39a5e35bbe4cdae0161fa /package/freeswitch
parentdd8e67fb8507a838a1642fe8a235e41dbcdcfad1 (diff)
downloadbuildroot-689e66c6411505ea9c1da26f21aab6e418f39b8f.tar.gz
buildroot-689e66c6411505ea9c1da26f21aab6e418f39b8f.zip
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>
Diffstat (limited to 'package/freeswitch')
-rw-r--r--package/freeswitch/freeswitch.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index dc2fd0bcfa..3a3fb320b2 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -179,6 +179,10 @@ else
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
endif
+ifeq ($(BR2_PACKAGE_LIBG7221),y)
+FREESWITCH_DEPENDENCIES += libg7221
+endif
+
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
FREESWITCH_DEPENDENCIES += libldns
FREESWITCH_ENABLED_MODULES += applications/mod_enum
OpenPOWER on IntegriCloud