From 02d63077498a069486cc35484e2c946c3cad0232 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 10 Jun 2004 22:39:57 +0000 Subject: pass --disable-xkb to configure BKrev: 40c8e33dqH9J1HZT6gT58ucFwidoRQ --- gtk+/gtk+_2.4.1.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3