From 04bcbc425723c1ba332e2aa8efa31533f278a32b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 26 Apr 2007 16:12:58 +0000 Subject: gconf.bbclass: depend on gconf-native --- classes/gconf.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/gconf.bbclass') diff --git a/classes/gconf.bbclass b/classes/gconf.bbclass index 686f8e6596..99f33e433a 100644 --- a/classes/gconf.bbclass +++ b/classes/gconf.bbclass @@ -1,4 +1,4 @@ -DEPENDS += "gconf" +DEPENDS += "gconf gconf-native" gconf_postinst() { if [ "$1" = configure ]; then -- cgit 1.2.3-korg