summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb
index 3c05dacc66..508416b039 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb
@@ -28,4 +28,8 @@ FILES:${PN} += " \
28 ${datadir}/xfce4/panel/plugins/* \ 28 ${datadir}/xfce4/panel/plugins/* \
29" 29"
30 30
31RRECOMMENDS:${PN} = "gvfs gvfsd-trash" 31RRECOMMENDS:${PN} = " \
32 gvfs \
33 gvfsd-trash \
34 ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \
35"