From 939000f1c3d2b78d974995aea5b9ee3906a7887a Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 11 Mar 2026 13:05:55 +0800 Subject: [PATCH] thunar: add x11 to REQUIRED_DISTRO_FEATURES thunar depends on xfce4-panel, xfce4-panel requires x11 Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb index a9b04de13e..a03804496b 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb @@ -7,9 +7,7 @@ DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-p inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc -# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. -# cairo would at least needed to be built with xlib. -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" +REQUIRED_DISTRO_FEATURES = "x11" SRC_URI[sha256sum] = "e0dfbb732c3d7c9174d1c0216dd6177f1d4e9297e623dbced32efd3f3e8682e5"