diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:50:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:50:47 +0000 |
commit | 3db5955abdd4c424b3730e358e823761ba6d3df4 (patch) | |
tree | cdaf4237013a452b338858972e59875f2c32c283 | |
parent | 6e5e000b0f3f89212182c98fe308a50dff66d9cf (diff) | |
download | poky-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
-rw-r--r-- | meta/classes/gconf.bbclass | 2 |
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 @@ | |||
1 | DEPENDS += "gconf" | 1 | DEPENDS += "gconf gconf-native" |
2 | 2 | ||
3 | gconf_postinst() { | 3 | gconf_postinst() { |
4 | if [ "x$D" != "x" ]; then | 4 | if [ "x$D" != "x" ]; then |