diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:10:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:10:12 +0300 |
commit | ef47c21e8275bc558bc504dd5c521f87a6c6de51 (patch) | |
tree | 9c19ffb6a66270947906160f4cf0db2e3ebf2ee3 /xorg | |
parent | 5d74695b670c16bb78077270649370e314b6641c (diff) | |
download | repository-ef47c21e8275bc558bc504dd5c521f87a6c6de51.tar.gz |
freetype-harfbuzz: build static libraries for harfbuzz
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/freetype-harfbuzz/build | 1 |
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 |