From: Tom Rini Date: Sat, 26 Feb 2011 15:56:11 +0000 (-0700) Subject: gnome.bbclass: Add --disable-scrollkeeper to EXTRA_OECONF X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656cc1a31724cd478f2cf374e4e6d49517c8d573;p=openembedded.git gnome.bbclass: Add --disable-scrollkeeper to EXTRA_OECONF Virtually all gnome recipes pass this already, this just fixes a few such as zenity. Signed-off-by: Tom Rini --- diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index 7bc5d9c14e..6bc5530456 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass @@ -1,4 +1,4 @@ inherit gnomebase gtk-icon-cache gconf mime -EXTRA_OECONF += "--enable-introspection=no" +EXTRA_OECONF += "--enable-introspection=no --disable-scrollkeeper"