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
This commit is contained in:
Marcin Juszkiewicz 2008-04-03 09:35:22 +00:00
parent 4622d4d328
commit 634eb193eb
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
DESCRIPTION = "vte is a virtual terminal emulator"
LICENSE = "LGPL"
DEPENDS += " glib-2.0 gtk+ intltool-native"
RDEPENDS_libvte = "vte-termcap"
inherit gnome
@ -12,5 +13,6 @@ do_stage() {
autotools_stage_all
}
PACKAGES =+ "libvte"
PACKAGES =+ "libvte vte-termcap"
FILES_libvte = "${libdir}/*.so*"
FILES_vte-termcap = "${datadir}/vte/termcap"

View File

@ -1,2 +1,2 @@
require vte.inc
PR = "r4"
PR = "r5"