From 1f06ecc4c6f0d3516ed336055206729740e7d013 Mon Sep 17 00:00:00 2001 From: hunny Date: Mon, 19 Aug 2024 18:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96=E5=85=B3?= =?UTF-8?q?=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunny --- thirdparty/fontconfig/HPKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/fontconfig/HPKBUILD b/thirdparty/fontconfig/HPKBUILD index f5a8b3b8..0092a1d3 100644 --- a/thirdparty/fontconfig/HPKBUILD +++ b/thirdparty/fontconfig/HPKBUILD @@ -8,7 +8,7 @@ pkgdesc="Font configuration and customization library." url="https://gitlab.freedesktop.org/fontconfig/fontconfig" archs=("armeabi-v7a" "arm64-v8a") license=("HPND" "Public Domain" "MIT-Modern-Variant" "MIT") -depends=("freetype2" "libxml2" "libpng" "json-c") +depends=("libzip" "freetype2" "libxml2" "libpng" "json-c") makedepends=("gperf" "gettextize" "autopoint" "libtool") source="https://www.freedesktop.org/software/${pkgname}/release/${pkgname}-${pkgver}.tar.gz" @@ -121,4 +121,4 @@ check() { cleanbuild(){ rm -rf ${PWD}/$builddir #${PWD}/$packagename -} \ No newline at end of file +} -- Gitee