Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" |
| 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
| 3 | LICENSE = "LGPLv2.0" |
| 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" |
| 5 | RDEPENDS_libvte = "vte-termcap" |
| 6 | |
| 7 | inherit gnome gtk-doc |
| 8 | |
| 9 | EXTRA_OECONF = "--disable-python --disable-introspection" |
| 10 | |
| 11 | PACKAGES =+ "libvte vte-termcap" |
| 12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
| 13 | FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \ |
| 14 | ${libdir}/.debug" |
| 15 | FILES_vte-termcap = "${datadir}/vte/termcap-0.0" |
| 16 | |