From 9bdee691d6f8347b91510aea83374780b0494be1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 10 May 2017 17:09:35 +0200 Subject: [PATCH] harfbuzz: Build HarfBuzz GObject wrapper As GLib is installed, also build the GObject wrapper [1]. > --with-gobject: This switch enables building of the HarfBuzz GObject > wrapper. Remove it if you did not install GLib. [1] http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html --- harfbuzz.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/harfbuzz.be0 b/harfbuzz.be0 index 73352d91e..f42a82079 100755 --- a/harfbuzz.be0 +++ b/harfbuzz.be0 @@ -23,6 +23,7 @@ SRCURL[0]="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PKGV mee_configure() { bee_configure \ + --with-gobject \ --with-graphite2 }