aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-26 08:56:11 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:21 +0100
commit2622c9d8bb38fd131b5bfc82a35290042a98bd5c (patch)
treec98de257cfa1e414b6c78826bac1aecda8082ec3 /classes
parentc5ed011cc89b67d6434f763474326d4626a85e56 (diff)
downloadopenembedded-2622c9d8bb38fd131b5bfc82a35290042a98bd5c.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"