From 79d2afd016c534f34c4cffcbef28ce01f398acc7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 4 Jan 2023 15:39:46 +0100 Subject: thunar: add tumbler to RRECOMMENDS In a dbus session thunar requests tumbler for thumbnailing support Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-xfce') 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)} \ +" -- cgit v1.2.3-54-g00ecf