From 3db5955abdd4c424b3730e358e823761ba6d3df4 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 1 Oct 2008 09:50:47 +0000 Subject: gconf.bbclass: depend also on gconf-native git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5361 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/gconf.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/gconf.bbclass') diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index 4fba876854..e147ecf68d 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass @@ -1,4 +1,4 @@ -DEPENDS += "gconf" +DEPENDS += "gconf gconf-native" gconf_postinst() { if [ "x$D" != "x" ]; then -- cgit v1.2.3-54-g00ecf