Files
poky/meta/packages/vte/vte.inc
Marcin Juszkiewicz 634eb193eb vte: package minimal termcap to get mb-terminal working
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4167 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-03 09:35:22 +00:00

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"