From: Phil Blundell Date: Thu, 10 Jun 2004 22:39:57 +0000 (+0000) Subject: pass --disable-xkb to configure X-Git-Tag: Release-2010-05/1~18770 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d63077498a069486cc35484e2c946c3cad0232;p=openembedded.git pass --disable-xkb to configure BKrev: 40c8e33dqH9J1HZT6gT58ucFwidoRQ --- diff --git a/gtk+/gtk+_2.4.1.oe b/gtk+/gtk+_2.4.1.oe index 14eb4a38c9..13ef91896e 100644 --- a/gtk+/gtk+_2.4.1.oe +++ b/gtk+/gtk+_2.4.1.oe @@ -23,7 +23,7 @@ do_configure_prepend() { # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}" -EXTRA_OECONF = "--without-libtiff --enable-debug=no" +EXTRA_OECONF = "--without-libtiff --enable-debug=no --disable-xkb" # --disable-cruft LIBV = "2.4.0"