mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4167 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
416 B
PHP
19 lines
416 B
PHP
DESCRIPTION = "vte is a virtual terminal emulator"
|
|
LICENSE = "LGPL"
|
|
DEPENDS += " glib-2.0 gtk+ intltool-native"
|
|
RDEPENDS_libvte = "vte-termcap"
|
|
|
|
inherit gnome
|
|
|
|
SRC_URI += "file://vte-pkgconfig-fixes.patch;patch=1"
|
|
|
|
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|
|
|
|
PACKAGES =+ "libvte vte-termcap"
|
|
FILES_libvte = "${libdir}/*.so*"
|
|
FILES_vte-termcap = "${datadir}/vte/termcap"
|