summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte/vte.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-27 12:00:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-28 09:20:54 +0100
commitb7a528b0f5ab5ed367b4b61b8e485a7543c5b58c (patch)
treec1109800d8515888721b698f42c1e9d881764b4b /meta/recipes-support/vte/vte.inc
parent880994911e2dde0cf24f330c0fb5fdc1e5ea9e55 (diff)
downloadpoky-b7a528b0f5ab5ed367b4b61b8e485a7543c5b58c.tar.gz
polkit/vte/gupnp/gssdp: Replace introspection hacks with gobject-introspection-stub
(From OE-Core rev: dcd076a727de57677efc7130793fa0cda03bb146) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r--meta/recipes-support/vte/vte.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 9fe79564d4..0766da7429 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -1,13 +1,11 @@
1DESCRIPTION = "vte is a virtual terminal emulator" 1DESCRIPTION = "vte is a virtual terminal emulator"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" 2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.1+"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" 4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
5RDEPENDS_libvte = "vte-termcap" 5RDEPENDS_libvte = "vte-termcap"
6 6
7inherit gnome gtk-doc 7inherit gnome gtk-doc
8 8
9SRC_URI += "file://introspection.patch"
10
11EXTRA_OECONF = "--disable-python --disable-introspection" 9EXTRA_OECONF = "--disable-python --disable-introspection"
12 10
13PACKAGES =+ "libvte vte-termcap" 11PACKAGES =+ "libvte vte-termcap"