summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2023-10-16 12:22:47 +0200
committerNicola Murino2023-10-16 12:22:47 +0200
commit6fa207691552dd6e2840707ec5fa57f6e81506f5 (patch)
treeabc30d81d8743cb0d0442ade4565762b5af649a4 /PKGBUILD
parentecb6de56ba05ca7113e32252d6a46985febc3337 (diff)
downloadaur-mingw-w64-cairo-bootstrap.tar.gz
fix missing cairo-ft.h
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 162dca54ed19..bbc05f02c48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=mingw-w64-cairo-bootstrap
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="2D graphics library with support for multiple output devices (mingw-w64 bootstrap)"
_commit=3909090108bb2db55330e3eb148aebe664735363 # tags/1.18.0^0
arch=(any)
@@ -38,6 +38,8 @@ build() {
${_arch}-meson \
-D spectre=disabled \
-D dwrite=disabled \
+ -D freetype=enabled \
+ -D fontconfig=enabled \
-D tests=disabled \
-D symbol-lookup=disabled \
-D gtk_doc=false \