diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:42:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:42:56 +0000 |
commit | 1bc1337e1f8618d9ac6c941d7507053250c6033a (patch) | |
tree | bbc39f60d3c6d289a53e415dc1d75524bff44f91 /meta | |
parent | ff247ac3fce1e46dbe826347c07bc66f46e7f6e6 (diff) | |
download | openembedded-core-1bc1337e1f8618d9ac6c941d7507053250c6033a.tar.gz openembedded-core-1bc1337e1f8618d9ac6c941d7507053250c6033a.tar.bz2 openembedded-core-1bc1337e1f8618d9ac6c941d7507053250c6033a.zip |
gconf-dbus-native: fix dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5359 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gnome/gconf-dbus-native_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gnome/gconf-dbus-native_svn.bb b/meta/packages/gnome/gconf-dbus-native_svn.bb index c0dbb16c12..bb741be189 100644 --- a/meta/packages/gnome/gconf-dbus-native_svn.bb +++ b/meta/packages/gnome/gconf-dbus-native_svn.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" +DEPENDS = "intltool-native virtual/libintl glib-2.0-native dbus-native dbus-glib-native libxml2-native popt-native gtk-doc-native" DESCRIPTION = "Settings daemon using DBUS for communication." LICENSE = "GPL" PROVIDES = "gconf-native" |