mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
4cb76735a5
commit
16027d4c7d
@ -12,7 +12,7 @@ DEPENDS = " \
|
|||||||
zlib \
|
zlib \
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
||||||
GIR_MESON_OPTION = ""
|
GIR_MESON_OPTION = ""
|
||||||
VALA_MESON_OPTION = "with-vala"
|
VALA_MESON_OPTION = "with-vala"
|
||||||
VALA_MESON_ENABLE_FLAG ?= 'enabled'
|
VALA_MESON_ENABLE_FLAG ?= 'enabled'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user