summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-03-11 13:05:52 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:22 -0700
commitbd98b8e5cd68bec8be7cbf0ecaef3af41fc2e7c2 (patch)
treefc24019823ccfe6eac6051d4271f3427716b184c
parent2608fb9d2df1071bf8b9b768b98ac7b18b05c4f1 (diff)
downloadmeta-openembedded-bd98b8e5cd68bec8be7cbf0ecaef3af41fc2e7c2.tar.gz
xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURES
xfce4-panel depends on libwnck3, which only support 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/xfce4-panel/xfce4-panel_4.20.1.bb4
1 files changed, 1 insertions, 3 deletions
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 \
9 9
10inherit xfce gtk-doc gobject-introspection features_check mime-xdg 10inherit xfce gtk-doc gobject-introspection features_check mime-xdg
11 11
12# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. 12REQUIRED_DISTRO_FEATURES = "x11"
13# cairo would at least needed to be built with xlib.
14ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
15 13
16SRC_URI += " \ 14SRC_URI += " \
17 file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ 15 file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \