From b4886902e2ef9ba6f2d437b6fbb0451232252c8f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 10 May 2017 17:07:57 +0200 Subject: [PATCH] harfbuzz: Enable Graphite2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LibreOffice 5.3 needs Harfbuzz built with Graphite support. ``` […] checking whether system Harfbuzz is built with Graphite support... checking for hb_graphite2_face_get_gr_face... no configure: error: Harfbuzz needs to be built with Graphite support. […] ``` --- harfbuzz.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/harfbuzz.be0 b/harfbuzz.be0 index 8d2804aa5..73352d91e 100755 --- a/harfbuzz.be0 +++ b/harfbuzz.be0 @@ -21,9 +21,10 @@ SRCURL[0]="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PKGV # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --with-graphite2 +} #mee_build() { # bee_build