aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-01-04 15:39:46 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commit79d2afd016c534f34c4cffcbef28ce01f398acc7 (patch)
tree31bcce37dcefb5991ec87d7fd843b43493195f4a /meta-xfce
parent5242d02dcc32d46c24551abef6ce183c190ece43 (diff)
downloadmeta-openembedded-79d2afd016c534f34c4cffcbef28ce01f398acc7.tar.gz
thunar: add tumbler to RRECOMMENDS
In a dbus session thunar requests tumbler for thumbnailing support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-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} += " \
${datadir}/xfce4/panel/plugins/* \
"
-RRECOMMENDS:${PN} = "gvfs gvfsd-trash"
+RRECOMMENDS:${PN} = " \
+ gvfs \
+ gvfsd-trash \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \
+"