diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xfce-extras/gigolo_0.3.2.bb | 4 |
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 |