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.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 6138f8ca01..54bd8ae290 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -6,9 +6,11 @@ RDEPENDS_libvte = "vte-termcap"
6 6
7inherit gnome 7inherit gnome
8 8
9EXTRA_OECONF = "--disable-gtk-doc --disable-python" 9SRC_URI += "file://introspection.patch"
10
11EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection"
10 12
11PACKAGES =+ "libvte vte-termcap" 13PACKAGES =+ "libvte vte-termcap"
12FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" 14FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
13FILES_vte-dbg =+ ${libexecdir}/.debug" 15FILES_vte-dbg =+ ${libexecdir}/.debug"
14FILES_vte-termcap = "${datadir}/vte/termcap" 16FILES_vte-termcap = "${datadir}/vte/termcap-0.0"