aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-06-01 11:11:18 +0200
committerKhem Raj <raj.khem@gmail.com>2022-06-01 08:43:01 -0700
commitabdb05b6b4b31ff40c4219336b7096db014284f1 (patch)
tree05e7df4979e8033f6ef18ebf781e4ac12f15a597 /meta-xfce/classes
parent57c97d65fdee90e4155c66f2295b0ea8c70c9471 (diff)
downloadmeta-openembedded-contrib-abdb05b6b4b31ff40c4219336b7096db014284f1.tar.gz
unblock some recipes for wayland
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/classes')
-rw-r--r--meta-xfce/classes/thunar-plugin.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
index 423f337bef..3719cba219 100644
--- a/meta-xfce/classes/thunar-plugin.bbclass
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -1,6 +1,8 @@
inherit xfce features_check
-REQUIRED_DISTRO_FEATURES = "x11"
+# 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}"
DEPENDS += "thunar"