summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-03-11 13:05:55 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:22 -0700
commit939000f1c3d2b78d974995aea5b9ee3906a7887a (patch)
tree585c07c5e1545e877a1c857ba3f648aa95e06cc0
parent16027d4c7dcc22de61884861a08834b035e30231 (diff)
downloadmeta-openembedded-939000f1c3d2b78d974995aea5b9ee3906a7887a.tar.gz
thunar: add x11 to REQUIRED_DISTRO_FEATURES
thunar depends on xfce4-panel, xfce4-panel requires x11 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.20.7.bb4
1 files changed, 1 insertions, 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
7 7
8inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc 8inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc
9 9
10# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. 10REQUIRED_DISTRO_FEATURES = "x11"
11# cairo would at least needed to be built with xlib.
12ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
13 11
14SRC_URI[sha256sum] = "e0dfbb732c3d7c9174d1c0216dd6177f1d4e9297e623dbced32efd3f3e8682e5" 12SRC_URI[sha256sum] = "e0dfbb732c3d7c9174d1c0216dd6177f1d4e9297e623dbced32efd3f3e8682e5"
15 13