summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f221957551..5eedb8ba3a 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -255,4 +255,8 @@ else
FREESWITCH_CONF_OPTS += --disable-core-odbc-support
endif
+ifeq ($(BR2_PACKAGE_XZ),y)
+FREESWITCH_DEPENDENCIES += xz
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud