summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-03-11 13:05:54 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:22 -0700
commit16027d4c7dcc22de61884861a08834b035e30231 (patch)
tree4c118fce83f07d0b8692449bc1791d59b8535e2d /meta-gnome
parent4cb76735a5dd5ca534f3075181e7697301d1eb25 (diff)
downloadmeta-openembedded-16027d4c7dcc22de61884861a08834b035e30231.tar.gz
gtk-vnc: add x11 to REQUIRED_DISTRO_FEATURES
Fix world build failure: ERROR: Nothing PROVIDES 'libx11' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb DEPENDS on or otherwise requires it) libx11 was skipped: using DISTRO 'poky', which is missing required DISTRO_FEATURES: 'x11' 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-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb
index e9cb53c97c..0c095f8be3 100644
--- a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb
+++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
12 zlib \ 12 zlib \
13" 13"
14 14
15REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 15REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
16GIR_MESON_OPTION = "" 16GIR_MESON_OPTION = ""
17VALA_MESON_OPTION = "with-vala" 17VALA_MESON_OPTION = "with-vala"
18VALA_MESON_ENABLE_FLAG ?= 'enabled' 18VALA_MESON_ENABLE_FLAG ?= 'enabled'