gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sun, 13 Dec 2009 19:35:30 +0000 (19:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Jan 2010 08:34:55 +0000 (09:34 +0100)
recipes/xfce-extras/gigolo_0.3.2.bb

index 3355434..df31afd 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
 DEPENDS = "pkgconfig gtk+ gvfs"
-RDEPENDS = "libxfce4util libxfcegui4 gvfs"
+RDEPENDS = "libxfce4util libxfcegui4 gvfs fuse-utils"
 
 SECTION = "x11"
 LICENSE = "GPL-2"
-PR = "r2"
+PR = "r3"
 
 inherit xfce46