[oe-commits] Martin Jansa : libx11: disable fop

git version control git at git.openembedded.org
Sat Oct 9 08:26:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: f581ee319bbc3d15ae0c1dbf5f22f218e0e13e38
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f581ee319bbc3d15ae0c1dbf5f22f218e0e13e38

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Oct  9 09:48:04 2010 +0200

libx11: disable fop

* it's probably trying to use fop from buildhost

---

 recipes/xorg-lib/libx11.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/xorg-lib/libx11.inc b/recipes/xorg-lib/libx11.inc
index 4c8739e..d1e646a 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.





More information about the Openembedded-commits mailing list