From 29ee333beaf954e72ac3bc63db43b492d5fa1c55 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sat, 28 Nov 2009 16:36:13 +0000 Subject: gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of use). --- recipes/xfce-extras/gigolo_0.3.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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 -- cgit v1.2.3