From: Koen Kooi Date: Sat, 30 Jan 2010 11:56:59 +0000 (+0100) Subject: atk: move 'inherit gnome' up to avoid spurious dep on gconf X-Git-Tag: Release-2010-05/1~660 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f33eff3502ac1187c221a716de3797849cbace4;p=openembedded.git atk: move 'inherit gnome' up to avoid spurious dep on gconf --- diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb index cbeebe4c6b..8916d8faa7 100644 --- a/recipes/atk/atk_1.28.0.bb +++ b/recipes/atk/atk_1.28.0.bb @@ -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"