From 66dbbbfa587a752b6040e175a8fc3b18995e6bf9 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Sat, 9 Sep 2006 04:50:21 +0000 Subject: [PATCH] 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. --- packages/gd/gd_2.0.33.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" -- 2.39.5