gd 2.0.33: Don't search for the X11 headers. Without this hosts that have
authorJamie Lenehan <lenehan@twibble.org>
Sat, 9 Sep 2006 04:50:21 +0000 (04:50 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 9 Sep 2006 04:50:21 +0000 (04:50 +0000)
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

index 4415c81..1d564fc 100644 (file)
@@ -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}"