atk: move 'inherit gnome' up to avoid spurious dep on gconf
authorKoen Kooi <koen@openembedded.org>
Sat, 30 Jan 2010 11:56:59 +0000 (12:56 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 30 Jan 2010 11:56:59 +0000 (12:56 +0100)
recipes/atk/atk_1.28.0.bb

index cbeebe4..8916d8f 100644 (file)
@@ -3,9 +3,10 @@ SECTION = "x11/libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
 
+inherit gnome
+
 DEPENDS = "glib-2.0 gtk-doc-native"
 
-inherit gnome
 
 EXTRA_OECONF = "--disable-glibtest"