summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritzOnFire2018-05-09 15:40:35 +0200
committerFritzOnFire2018-05-09 15:40:35 +0200
commitdd866dfbe72ed81daa24ecff0d0635e1b5adaf2b (patch)
treed730ad1bf010aa7abe19bdf075b27190d6953e69
parenta7f451d8853c63f5fa56ccdb7f5d47833bf0e634 (diff)
downloadaur-dd866dfbe72ed81daa24ecff0d0635e1b5adaf2b.tar.gz
Added FREETYPE variables for scons configuration
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e2fc60c66c8..9db4cc9b0a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,10 @@ build() {
scons configure \
PREFIX="/usr" \
INPUT_PLUGINS=all \
- DESTDIR="$pkgdir"
+ DESTDIR="$pkgdir" \
+ FREETYPE_LIBS=/usr/lib \
+ FREETYPE_INCLUDES=/usr/include/freetype2
+
scons $MAKEFLAGS
}