diff options
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 4 |
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 @@ | |||
1 | DESCRIPTION = "vte is a virtual terminal emulator" | 1 | DESCRIPTION = "vte is a virtual terminal emulator" |
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS_libvte = "vte-termcap" |
6 | 6 | ||
7 | inherit gnome gtk-doc | 7 | inherit gnome gtk-doc |
8 | 8 | ||
9 | SRC_URI += "file://introspection.patch" | ||
10 | |||
11 | EXTRA_OECONF = "--disable-python --disable-introspection" | 9 | EXTRA_OECONF = "--disable-python --disable-introspection" |
12 | 10 | ||
13 | PACKAGES =+ "libvte vte-termcap" | 11 | PACKAGES =+ "libvte vte-termcap" |