summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-09-27 20:45:49 +0800
committerpingplug2023-09-27 20:45:49 +0800
commit3e2fad1f7d0acda810dac0acb9af1eca9104f4ad (patch)
treee0c6e3964ca3c4856fe4f888408029ecf72691c7
parentfc07738e581da7930f36e4ee25f014f0b2a7c5b8 (diff)
downloadaur-3e2fad1f7d0acda810dac0acb9af1eca9104f4ad.tar.gz
fix missing cairo-ft.h
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d92aa2632da..de3eb8b5abf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-cairo
pkgdesc = 2D graphics library with support for multiple output devices (mingw-w64)
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://cairographics.org
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 4506d10fc2e7..8e53831feab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-cairo
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="2D graphics library with support for multiple output devices (mingw-w64)"
arch=('any')
url="https://cairographics.org"
@@ -48,6 +48,8 @@ build() {
--default-library=both \
-D b_lto=false \
-D dwrite=disabled \
+ -D freetype=enabled \
+ -D fontconfig=enabled \
-D gtk_doc=false \
-D spectre=disabled \
-D symbol-lookup=disabled \