aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vte/vte_0.16.8.bb
blob: 71ca0a04bdbe25e90fd2f7256c8461140e8e5e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "vte is a virtual terminal emulator"
LICENSE = "LGPL"
PR = "r2"

inherit gnome

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
	autotools_stage_all
}

PACKAGES =+ "libvte"
FILES_libvte = "${libdir}/*.so*"