mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
(From OE-Core rev: dcd076a727de57677efc7130793fa0cda03bb146) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
519 B
PHP
15 lines
519 B
PHP
DESCRIPTION = "vte is a virtual terminal emulator"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
|
LICENSE = "LGPLv2.1+"
|
|
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
inherit gnome gtk-doc
|
|
|
|
EXTRA_OECONF = "--disable-python --disable-introspection"
|
|
|
|
PACKAGES =+ "libvte vte-termcap"
|
|
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
|
FILES_vte-dbg =+ "${libexecdir}/.debug"
|
|
FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
|