summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 122fd5e48d7e..4cca665c95ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ttfautohint
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Provides automated hinting process for web fonts."
arch=('i686' 'x86_64')
url="http://www.freetype.org/ttfautohint/"
@@ -24,7 +24,8 @@ build() {
export UIC='/usr/bin/uic'
export RCC='/usr/bin/rcc'
export TTFONTS='/usr/share/fonts/noto'
- ./configure --prefix=/usr --with-qt=/usr/lib/qt
+ ./configure --prefix=/usr --with-qt=/usr/lib/qt \
+ --with-freetype-config="pkg-config freetype2"
make
}