summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-01-25 22:26:18 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-27 23:54:09 +0100
commit4af552f6f67268812e3cb5bd60e4e9a682f90033 (patch)
tree38ed54725568b1b83b1314a05065313d7821821f /meta-xfce
parent2389147d105892466fe1fb808417166a56cf7574 (diff)
downloadmeta-openembedded-4af552f6f67268812e3cb5bd60e4e9a682f90033.tar.gz
thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
index 55b54d404..973eb4726 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
@@ -3,6 +3,7 @@ SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel" 5DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
6PR = "r1"
6 7
7inherit xfce 8inherit xfce
8 9
@@ -22,3 +23,5 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
22FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ 23FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
23 ${libdir}/xfce4/panel/plugins/.debug/ \ 24 ${libdir}/xfce4/panel/plugins/.debug/ \
24 ${libdir}/Thunar/.debug/" 25 ${libdir}/Thunar/.debug/"
26
27RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"