From c486b7d26d1feec4d88d04befbc1497a95f9446f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 26 Jul 2020 23:09:15 +0300 Subject: freetype-harfbuzz: bump to 2.10.2+2.7.0 --- xorg/freetype-harfbuzz/build | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'xorg/freetype-harfbuzz/build') diff --git a/xorg/freetype-harfbuzz/build b/xorg/freetype-harfbuzz/build index 88ad58f0..f7768ed0 100755 --- a/xorg/freetype-harfbuzz/build +++ b/xorg/freetype-harfbuzz/build @@ -14,16 +14,19 @@ build_freetype() ( ) build_harfbuzz() ( + export DESTDIR="$1" cd harfbuzz - ./configure \ + meson \ --prefix=/usr \ - --with-glib=yes \ - --enable-static \ - --with-icu=no - - make - make DESTDIR="$1" install + -Dglib=enabled \ + -Ddefault_library=static \ + -Dicu=disabled \ + -Dbenchmark=disabled \ + . output + + ninja -C output + ninja -C output install ) build_freetype "$1" no -- cgit v1.2.3