mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
shared-mime-info: Add xz as build dependency
This commit is contained in:
parent
7cb4b95b03
commit
93cdc8e049
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user