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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 7971673c3a..9fe79564d4 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -4,11 +4,11 @@ LICENSE = "LGPLv2.1+"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" 4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses"
5RDEPENDS_libvte = "vte-termcap" 5RDEPENDS_libvte = "vte-termcap"
6 6
7inherit gnome 7inherit gnome gtk-doc
8 8
9SRC_URI += "file://introspection.patch" 9SRC_URI += "file://introspection.patch"
10 10
11EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection" 11EXTRA_OECONF = "--disable-python --disable-introspection"
12 12
13PACKAGES =+ "libvte vte-termcap" 13PACKAGES =+ "libvte vte-termcap"
14FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" 14FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"