[oe-commits] David-John Willis : gigolo: Add build and runtime depends on gvfs ( without it, the app is not a lot of use).

git version control git at git.openembedded.org
Fri Dec 4 09:44:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 29ee333beaf954e72ac3bc63db43b492d5fa1c55
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29ee333beaf954e72ac3bc63db43b492d5fa1c55

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Sat Nov 28 16:36:13 2009 +0000

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 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 22f8353..3355434 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
 





More information about the Openembedded-commits mailing list