Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" |
| 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
| 3 | LICENSE = "LGPLv2.0" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 5 | RDEPENDS_libvte = "vte-termcap" |
| 6 | |
| 7 | # help gnomebase get the SRC_URI correct |
| 8 | GNOMEBN = "vte" |
| 9 | S = "${WORKDIR}/vte-${PV}" |
| 10 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 11 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 13 | |
| 14 | EXTRA_OECONF = "--disable-python" |
| 15 | |
| 16 | PACKAGES =+ "libvte9 vte9-termcap" |
| 17 | FILES_libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
| 18 | FILES_vte9-termcap = "${datadir}/vte/termcap-0.0" |