Browse Source

package/freeswitch: add optional dependency to xz

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd Kuhls 9 years ago
parent
commit
b19f68e01d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/freeswitch/freeswitch.mk

+ 4 - 0
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))