diff options
Diffstat (limited to 'recipes/gnome/gvfs_1.6.0.bb')
-rw-r--r-- | recipes/gnome/gvfs_1.6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gnome/gvfs_1.6.0.bb b/recipes/gnome/gvfs_1.6.0.bb index d03ce8754f..bc3031d543 100644 --- a/recipes/gnome/gvfs_1.6.0.bb +++ b/recipes/gnome/gvfs_1.6.0.bb @@ -1,6 +1,8 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem" LICENSE = "LGPL" -DEPENDS = "gawk-native libimobiledevice gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2" +DEPENDS = "libcdio gawk-native libimobiledevice gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2" + +PR = "r1" inherit gnome |