diff options
-rw-r--r-- | recipes/xfce-extras/gigolo_0.3.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xfce-extras/gigolo_0.3.2.bb b/recipes/xfce-extras/gigolo_0.3.2.bb index 22f83538ef..33554347f3 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+" -RDEPENDS = "libxfce4util libxfcegui4" +DEPENDS = "pkgconfig gtk+ gvfs" +RDEPENDS = "libxfce4util libxfcegui4 gvfs" SECTION = "x11" LICENSE = "GPL-2" -PR = "r1" +PR = "r2" inherit xfce46 |