aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-19 01:10:12 +0300
committerCem Keylan <cem@ckyln.com>2020-06-19 01:10:12 +0300
commitef47c21e8275bc558bc504dd5c521f87a6c6de51 (patch)
tree9c19ffb6a66270947906160f4cf0db2e3ebf2ee3 /xorg
parent5d74695b670c16bb78077270649370e314b6641c (diff)
downloadrepository-ef47c21e8275bc558bc504dd5c521f87a6c6de51.tar.gz
freetype-harfbuzz: build static libraries for harfbuzz
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/freetype-harfbuzz/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/freetype-harfbuzz/build b/xorg/freetype-harfbuzz/build
index d42d5ac0..88ad58f0 100755
--- a/xorg/freetype-harfbuzz/build
+++ b/xorg/freetype-harfbuzz/build
@@ -19,6 +19,7 @@ build_harfbuzz() (
./configure \
--prefix=/usr \
--with-glib=yes \
+ --enable-static \
--with-icu=no
make