summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Kitching2016-12-28 20:50:22 +0000
committerChris Kitching2016-12-28 20:50:22 +0000
commit16e6c8715516e5d0dbe97f7ba5915696a38e456a (patch)
tree2fb00a2a9157362bb7e46a29bae8c9fb0d9b15b5 /PKGBUILD
parent37773313d2792a6ff188d8f7384b0765a8637b4e (diff)
downloadaur-16e6c8715516e5d0dbe97f7ba5915696a38e456a.tar.gz
Add dependency on mingw-w64-fontconfig
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3d89839bebd..f1ae40891fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="http://cairographics.org/"
license=("LGPL" "MPL")
makedepends=(mingw-w64-configure)
-depends=(mingw-w64-pixman mingw-w64-glib2)
+depends=(mingw-w64-pixman mingw-w64-glib2 mingw-w64-fontconfig)
options=(!strip !buildflags staticlibs)
provides=(${pkgname%-bootstrap})
conflicts=(${pkgname%-bootstrap})