summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-10-16 12:22:47 +0200
committerNicola Murino2023-10-16 12:22:47 +0200
commit6fa207691552dd6e2840707ec5fa57f6e81506f5 (patch)
treeabc30d81d8743cb0d0442ade4565762b5af649a4
parentecb6de56ba05ca7113e32252d6a46985febc3337 (diff)
downloadaur-6fa207691552dd6e2840707ec5fa57f6e81506f5.tar.gz
fix missing cairo-ft.h
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf4a21c0b81..c7b29ebcce6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-cairo-bootstrap
pkgdesc = 2D graphics library with support for multiple output devices (mingw-w64 bootstrap)
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 2
url = http://cairographics.org/
arch = any
license = LGPL
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 \