From: Bernd Kuhls Date: Sat, 18 Aug 2018 23:30:52 +0000 (+0200) Subject: package/botan: add optional dependency to xz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fc8abde2b9bb46d44ee80c2bde4d0012672ef10;p=buildroot.git package/botan: add optional dependency to xz Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/botan/botan.mk b/package/botan/botan.mk index 984ecdc039..eb817f62d9 100644 --- a/package/botan/botan.mk +++ b/package/botan/botan.mk @@ -60,6 +60,11 @@ BOTAN_DEPENDENCIES += sqlite BOTAN_CONF_OPTS += --with-sqlite endif +ifeq ($(BR2_PACKAGE_XZ),y) +BOTAN_DEPENDENCIES += xz +BOTAN_CONF_OPTS += --with-lzma +endif + ifeq ($(BR2_PACKAGE_ZLIB),y) BOTAN_DEPENDENCIES += zlib BOTAN_CONF_OPTS += --with-zlib