gnome.bbclass: Add --disable-scrollkeeper to EXTRA_OECONF
authorTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 15:56:11 +0000 (08:56 -0700)
committerTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 15:57:01 +0000 (08:57 -0700)
Virtually all gnome recipes pass this already, this just fixes
a few such as zenity.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/gnome.bbclass

index 7bc5d9c..6bc5530 100644 (file)
@@ -1,4 +1,4 @@
 inherit gnomebase gtk-icon-cache gconf mime
 
-EXTRA_OECONF += "--enable-introspection=no"
+EXTRA_OECONF += "--enable-introspection=no --disable-scrollkeeper"