From 23b08ed15605e664e191ff48a0c6ce78ee08bc8e Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sun, 13 Dec 2009 19:35:30 +0000 Subject: gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it. --- recipes/xfce-extras/gigolo_0.3.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xfce-extras') 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 -- cgit 1.2.3-korg