diff options
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc new file mode 100644 index 0000000000..6138f8ca01 --- /dev/null +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "vte is a virtual terminal emulator" | ||
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | ||
5 | RDEPENDS_libvte = "vte-termcap" | ||
6 | |||
7 | inherit gnome | ||
8 | |||
9 | EXTRA_OECONF = "--disable-gtk-doc --disable-python" | ||
10 | |||
11 | PACKAGES =+ "libvte vte-termcap" | ||
12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | ||
13 | FILES_vte-dbg =+ ${libexecdir}/.debug" | ||
14 | FILES_vte-termcap = "${datadir}/vte/termcap" | ||