From: Martin Jansa Date: Sat, 9 Oct 2010 07:48:04 +0000 (+0200) Subject: libx11: disable fop X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f581ee319bbc3d15ae0c1dbf5f22f218e0e13e38;p=openembedded.git libx11: disable fop * it's probably trying to use fop from buildhost --- diff --git a/recipes/xorg-lib/libx11.inc b/recipes/xorg-lib/libx11.inc index 4c8739ecef..d1e646af0a 100644 --- a/recipes/xorg-lib/libx11.inc +++ b/recipes/xorg-lib/libx11.inc @@ -22,9 +22,9 @@ FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" XORG_PN = "libX11" -EXTRA_OECONF += " --with-xcb --with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no" -EXTRA_OECONF_virtclass-native = " --without-xcb --with-groff=no --with-ps2pdf=no" -EXTRA_OECONF_virtclass-nativesdk = " --without-xcb --with-groff=no --with-ps2pdf=no" +EXTRA_OECONF += " --with-xcb --with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no" +EXTRA_OECONF_virtclass-native = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no" +EXTRA_OECONF_virtclass-nativesdk = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no" # Below option is added to overcome the GCC bug on ARM # see http://gcc.gnu.org/PR42981 for further details.