From: Jamie Lenehan Date: Sat, 9 Sep 2006 04:50:21 +0000 (+0000) Subject: gd 2.0.33: Don't search for the X11 headers. Without this hosts that have X-Git-Tag: Release-2010-05/1~9453^2~877^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66dbbbfa587a752b6040e175a8fc3b18995e6bf9;p=openembedded.git gd 2.0.33: Don't search for the X11 headers. Without this hosts that have X11 headers in /usr/include/X11 and not in /usr/X11R6/include will get a cross-compile badness error from the compiler from tying to use the host includes. --- diff --git a/packages/gd/gd_2.0.33.bb b/packages/gd/gd_2.0.33.bb index 4415c81cc9..1d564fced9 100644 --- a/packages/gd/gd_2.0.33.bb +++ b/packages/gd/gd_2.0.33.bb @@ -13,7 +13,8 @@ inherit autotools binconfig gettext EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \ --with-png=${STAGING_LIBDIR}/.. \ --with-jpeg=${STAGING_LIBDIR}/.. \ - --without-xpm" + --without-xpm \ + --without-x" EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"