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.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
deleted file mode 100644
index 8565cc2ad6..0000000000
--- a/meta/recipes-support/vte/vte.inc
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.0"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses"
5RDEPENDS_libvte = "vte-termcap"
6
7inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection
8ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
9
10EXTRA_OECONF = "--disable-python"
11
12PACKAGES =+ "libvte vte-termcap"
13FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
14FILES_vte-termcap = "${datadir}/vte/termcap-0.0"
15