diff options
Diffstat (limited to 'packages/vte/vte.inc')
-rw-r--r-- | packages/vte/vte.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc new file mode 100644 index 0000000000..e575a5a3fb --- /dev/null +++ b/packages/vte/vte.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "vte is a virtual terminal emulator" +LICENSE = "LGPL" +DEPENDS += " glib-2.0 gtk+" +RDEPENDS = "termcap" + +inherit gnome + +EXTRA_OECONF = "--disable-gtk-doc" + +do_stage() { + autotools_stage_all +} + +PACKAGES =+ "libvte" +FILES_libvte = "${libdir}/*.so*" |