aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gd
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-09 04:50:21 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-09 04:50:21 +0000
commit66dbbbfa587a752b6040e175a8fc3b18995e6bf9 (patch)
tree87cfdfb12f3b28f81fc84f07aef742cfecb908fb /packages/gd
parent68ca6156e403400178816d99a7b8d53abfb4390d (diff)
downloadopenembedded-66dbbbfa587a752b6040e175a8fc3b18995e6bf9.tar.gz
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.
Diffstat (limited to 'packages/gd')
-rw-r--r--packages/gd/gd_2.0.33.bb3
1 files changed, 2 insertions, 1 deletions
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}"