vte: ship the pty helper

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4718 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-06-23 10:30:20 +00:00
parent 7717814038
commit 43f5623d4c
2 changed files with 3 additions and 2 deletions

View File

@ -14,5 +14,6 @@ do_stage() {
}
PACKAGES =+ "libvte vte-termcap"
FILES_libvte = "${libdir}/*.so.*"
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
FILES_vte-dbg =+ ${libexecdir}/.debug"
FILES_vte-termcap = "${datadir}/vte/termcap"

View File

@ -1,2 +1,2 @@
require vte.inc
PR = "r6"
PR = "r7"