From: David-John Willis Date: Sat, 28 Nov 2009 16:36:13 +0000 (+0000) Subject: gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of... X-Git-Tag: Release-2010-05/1~1475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ee333beaf954e72ac3bc63db43b492d5fa1c55;p=openembedded.git gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of use). --- 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