aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-26 08:56:11 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-26 08:57:01 -0700
commit656cc1a31724cd478f2cf374e4e6d49517c8d573 (patch)
treec98de257cfa1e414b6c78826bac1aecda8082ec3 /classes
parentd86370d18ae58dd7802a6439b4c69e1f80f8bc14 (diff)
downloadopenembedded-656cc1a31724cd478f2cf374e4e6d49517c8d573.tar.gz
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 <tom_rini@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/gnome.bbclass2
1 files changed, 1 insertions, 1 deletions
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"