mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
661 B
PHP
19 lines
661 B
PHP
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
|
LICENSE = "LGPLv2.0"
|
|
DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
# help gnomebase get the SRC_URI correct
|
|
GNOMEBN = "vte"
|
|
S = "${WORKDIR}/vte-${PV}"
|
|
|
|
inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection
|
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
|
|
|
EXTRA_OECONF = "--disable-python"
|
|
|
|
PACKAGES =+ "libvte9 vte9-termcap"
|
|
FILES_libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
|
FILES_vte9-termcap = "${datadir}/vte/termcap-0.0"
|