diff mbox series

[meta-xfce,4/8] xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURES

Message ID 20260311050556.2079418-4-changqing.li@windriver.com
State New
Headers show
Series [meta-gnome,1/8] libwnck3: add x11 to REQUIRED_DISTRO_FEATURES | expand

Commit Message

Changqing Li March 11, 2026, 5:05 a.m. UTC
xfce4-panel depends on libwnck3, which only support x11

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
index 8efa88b9d7..fdfe39014a 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.1.bb
@@ -9,9 +9,7 @@  DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxfce4windowing libxml2 \
 
 inherit xfce gtk-doc gobject-introspection features_check mime-xdg
 
-# 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 += " \
     file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \