diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-28 16:36:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 10:43:06 +0100 |
commit | 29ee333beaf954e72ac3bc63db43b492d5fa1c55 (patch) | |
tree | 4820c276ee3f856bd85f6ccf0933484c138780f2 /recipes/xfce-extras | |
parent | f0efa83cf3055a9085171804bb1182ab76eb70f6 (diff) |
gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of use).
Diffstat (limited to 'recipes/xfce-extras')
-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 |