mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
31 lines
866 B
BlitzBasic
31 lines
866 B
BlitzBasic
SUMMARY = "A VNC client viewer widget for GTK"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4339efb5fd592e45b9e2641de9fe734f"
|
|
|
|
DEPENDS = " \
|
|
gdk-pixbuf \
|
|
glib-2.0 \
|
|
gnutls \
|
|
gtk+3 \
|
|
libgcrypt \
|
|
libx11 \
|
|
zlib \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
|
GIR_MESON_OPTION = ""
|
|
VALA_MESON_OPTION = "with-vala"
|
|
VALA_MESON_ENABLE_FLAG ?= 'enabled'
|
|
VALA_MESON_DISABLE_FLAG ?= 'disabled'
|
|
|
|
PACKAGECONFIG[pulseaudio] = "-Dpulseaudio=enabled,-Dpulseaudio=disabled,pulseaudio"
|
|
PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl"
|
|
|
|
PACKAGECONFIG ??= "pulseaudio sasl"
|
|
|
|
inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
|
|
|
|
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
|
|
|
SRC_URI[archive.sha256sum] = "c0beb4747528ad931da43acc567c6a0190f7fc624465571ed9ccece02c34dd23"
|