diff options
| author | Changqing Li <changqing.li@windriver.com> | 2026-03-11 13:05:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:22 -0700 |
| commit | 16027d4c7dcc22de61884861a08834b035e30231 (patch) | |
| tree | 4c118fce83f07d0b8692449bc1791d59b8535e2d /meta-gnome | |
| parent | 4cb76735a5dd5ca534f3075181e7697301d1eb25 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 15 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" |
| 16 | GIR_MESON_OPTION = "" | 16 | GIR_MESON_OPTION = "" |
| 17 | VALA_MESON_OPTION = "with-vala" | 17 | VALA_MESON_OPTION = "with-vala" |
| 18 | VALA_MESON_ENABLE_FLAG ?= 'enabled' | 18 | VALA_MESON_ENABLE_FLAG ?= 'enabled' |
