diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-09 04:50:21 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-09 04:50:21 +0000 |
commit | 66dbbbfa587a752b6040e175a8fc3b18995e6bf9 (patch) | |
tree | 87cfdfb12f3b28f81fc84f07aef742cfecb908fb /packages/gd/gd_2.0.33.bb | |
parent | 68ca6156e403400178816d99a7b8d53abfb4390d (diff) |
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/gd_2.0.33.bb')
-rw-r--r-- | packages/gd/gd_2.0.33.bb | 3 |
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}" |