aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-extras
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-13 19:35:30 +0000
committerKoen Kooi <koen@openembedded.org>2010-01-06 09:34:55 +0100
commit23b08ed15605e664e191ff48a0c6ce78ee08bc8e (patch)
tree46a6fb4afa083e6179bfced98eaea03f27d6aaac /recipes/xfce-extras
parentbf69129951f95969d00ed6e8d9323508c2d8170b (diff)
downloadopenembedded-23b08ed15605e664e191ff48a0c6ce78ee08bc8e.tar.gz
gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.
Diffstat (limited to 'recipes/xfce-extras')
-rw-r--r--recipes/xfce-extras/gigolo_0.3.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xfce-extras/gigolo_0.3.2.bb b/recipes/xfce-extras/gigolo_0.3.2.bb
index 33554347f3..df31afd511 100644
--- a/recipes/xfce-extras/gigolo_0.3.2.bb
+++ b/recipes/xfce-extras/gigolo_0.3.2.bb
@@ -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