On 5 August 2013 17:44, Cristian Iorga <cristian.io...@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 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core