mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
(From OE-Core rev: 5ddaba1fb833d0408cef5f58f786513b9293c30a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
689 B
PHP
18 lines
689 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 gobject-introspection-stub"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
inherit gnome gtk-doc distro_features_check upstream-version-is-even
|
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
|
|
|
EXTRA_OECONF = "--disable-python --disable-introspection"
|
|
|
|
PACKAGES =+ "libvte vte-termcap"
|
|
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
|
FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \
|
|
${libdir}/.debug"
|
|
FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
|
|
|