[OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

Marko Lindqvist cazfi74 at gmail.com
Wed Aug 21 08:05:44 UTC 2013


On 5 August 2013 17:44, Cristian Iorga <cristian.iorga at intel.com> wrote:
> disable_graphite.patch updated.
>

> -
> --PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, have_graphite=false)
> -+have_graphite=false

 As upstream had only check for existence of graphite2, we needed to
patch this disabling...

> + if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then
> +       AC_MSG_ERROR([graphite2 support requested but libgraphite2 not found])
> + fi
> ++have_graphite=false

 Here it seems (x$with_gpaphite2 = "xyes") that new upstream version
has configure switch --without-graphite2 that should be used instead
of patching any more.


 - ML



More information about the Openembedded-core mailing list