diff options
author | Chris Kitching | 2016-12-28 20:50:22 +0000 |
---|---|---|
committer | Chris Kitching | 2016-12-28 20:50:22 +0000 |
commit | 16e6c8715516e5d0dbe97f7ba5915696a38e456a (patch) | |
tree | 2fb00a2a9157362bb7e46a29bae8c9fb0d9b15b5 /PKGBUILD | |
parent | 37773313d2792a6ff188d8f7384b0765a8637b4e (diff) | |
download | aur-16e6c8715516e5d0dbe97f7ba5915696a38e456a.tar.gz |
Add dependency on mingw-w64-fontconfig
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) |