From 93cdc8e0493d66ce8a76ff50330b15e3b32771e1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 19 May 2023 13:16:22 -0600 Subject: [PATCH] shared-mime-info: Add xz as build dependency --- recipes/shared-mime-info/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/shared-mime-info/recipe.sh b/recipes/shared-mime-info/recipe.sh index 005568faa..1880072a3 100755 --- a/recipes/shared-mime-info/recipe.sh +++ b/recipes/shared-mime-info/recipe.sh @@ -1,6 +1,6 @@ VERSION="1.10" TAR="https://freedesktop.org/~hadess/shared-mime-info-${VERSION}.tar.xz" -BUILD_DEPENDS=(gettext glib libffi libiconv libxml2 pcre zlib) +BUILD_DEPENDS=(gettext glib libffi libiconv libxml2 pcre xz zlib) function recipe_version { echo "$VERSION" -- GitLab