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>
This commit is contained in:
Bernd Kuhls 2016-04-17 17:24:43 +02:00 committed by Thomas Petazzoni
parent 6b263e9503
commit b19f68e01d

View File

@ -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))