diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-07 08:07:56 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-07 08:07:56 +0000 |
commit | a59811be539b8cb87ccb0d60fce380585112951a (patch) | |
tree | 9535080c3099bcc22cd3b541733224364bc165ee /gnome/gnome-vfs_2.6.0.oe | |
parent | dd30d7f5ed77e1187c9c14ef070af6896e062e9b (diff) |
add missing dependency on gnome-mime-data
BKrev: 40c4225cAr7ZAkxHCj7I8lVdyq0KjQ
Diffstat (limited to 'gnome/gnome-vfs_2.6.0.oe')
-rw-r--r-- | gnome/gnome-vfs_2.6.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index ab882b9c67..ddb9c17825 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -1,6 +1,6 @@ PR = "r1" -DEPENDS = "libxml2 gconf libbonobo bzip2" +DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.6/${PN}-${PV}.tar.bz2" |