summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte/vte.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r--meta/recipes-support/vte/vte.inc16
1 files changed, 16 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..4081a7fac6
--- /dev/null
+++ b/meta/recipes-support/vte/vte.inc
@@ -0,0 +1,16 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.1+"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
5RDEPENDS_libvte = "vte-termcap"
6
7inherit gnome gtk-doc
8
9EXTRA_OECONF = "--disable-python --disable-introspection"
10
11PACKAGES =+ "libvte vte-termcap"
12FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
13FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \
14 ${libdir}/.debug"
15FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
16