summaryrefslogtreecommitdiffstats
path: root/meta/classes/gconf.bbclass
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-01 09:50:47 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-01 09:50:47 +0000
commit3db5955abdd4c424b3730e358e823761ba6d3df4 (patch)
treecdaf4237013a452b338858972e59875f2c32c283 /meta/classes/gconf.bbclass
parent6e5e000b0f3f89212182c98fe308a50dff66d9cf (diff)
downloadpoky-3db5955abdd4c424b3730e358e823761ba6d3df4.tar.gz
gconf.bbclass: depend also on gconf-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5361 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/gconf.bbclass')
-rw-r--r--meta/classes/gconf.bbclass2
1 files changed, 1 insertions, 1 deletions
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 @@
1DEPENDS += "gconf" 1DEPENDS += "gconf gconf-native"
2 2
3gconf_postinst() { 3gconf_postinst() {
4if [ "x$D" != "x" ]; then 4if [ "x$D" != "x" ]; then