gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 28 Nov 2009 16:36:13 +0000 (16:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 4 Dec 2009 09:43:06 +0000 (10:43 +0100)
recipes/xfce-extras/gigolo_0.3.2.bb

index 22f8353..3355434 100644 (file)
@@ -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