harfbuzz: ensure it is build with graphite2 support

otherwise libreoffice complains:
| 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.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-08-02 17:35:39 +02:00
parent c9a47b289e
commit 778323d781

View File

@@ -0,0 +1,4 @@
DEPENDS += "graphite2"
EXTRA_OECONF_remove = "--without-graphite2"
EXTRA_OECONF_append = " --with-graphite2"