From 16027d4c7dcc22de61884861a08834b035e30231 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 11 Mar 2026 13:05:54 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ zlib \ " -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" GIR_MESON_OPTION = "" VALA_MESON_OPTION = "with-vala" VALA_MESON_ENABLE_FLAG ?= 'enabled'