summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-03-11 13:05:49 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:21 -0700
commitaa96ff9526c8a33db08ade3053473f9f0e901415 (patch)
tree817305e6c57609997ce45573b4bf4975e567f0b5 /meta-gnome
parentcd0431d03ac2b1d73aec976dae20fef893e39133 (diff)
downloadmeta-openembedded-aa96ff9526c8a33db08ade3053473f9f0e901415.tar.gz
libwnck3: add x11 to REQUIRED_DISTRO_FEATURES
Refer [1], but when DISTRO_FEATURES only container wayland, but not x11, do_configure will failed with error: | ../sources/libwnck-43.2/meson.build:55:8: ERROR: Dependency "x11" not found, tried pkgconfig | ERROR: meson setup failed Besides, refer the following source code, seems libwnck3 only support x11. libwnck/util.c:248: g_warning ("libwnck is designed to work in X11 only, no valid display found"); [1] https://git.openembedded.org/meta-openembedded/commit/?id=abdb05b6b4b31ff40c4219336b7096db014284f1 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb
index db5a120caf..13923a3e17 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb
@@ -23,6 +23,4 @@ SRC_URI += "file://ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch;patch=1 \
23 file://0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch;patch=1" 23 file://0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch;patch=1"
24SRC_URI[archive.sha256sum] = "55a7444ec1fbb95c086d40967388f231b5c0bbc8cffaa086bf9290ae449e51d5" 24SRC_URI[archive.sha256sum] = "55a7444ec1fbb95c086d40967388f231b5c0bbc8cffaa086bf9290ae449e51d5"
25 25
26# gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. 26REQUIRED_DISTRO_FEATURES = "x11"
27# cairo would at least needed to be built with xlib.
28ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"