mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
7bd32b9ce6
(From OE-Core rev: 1011ce60412b17e4a1d2293dabe76027547429f7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
553 B
PHP
16 lines
553 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 ncurses"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection
|
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
|
|
|
EXTRA_OECONF = "--disable-python"
|
|
|
|
PACKAGES =+ "libvte vte-termcap"
|
|
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
|
FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
|
|
|