diff options
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 4 |
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+" | |||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS_libvte = "vte-termcap" |
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome gtk-doc |
8 | 8 | ||
9 | SRC_URI += "file://introspection.patch" | 9 | SRC_URI += "file://introspection.patch" |
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection" | 11 | EXTRA_OECONF = "--disable-python --disable-introspection" |
12 | 12 | ||
13 | PACKAGES =+ "libvte vte-termcap" | 13 | PACKAGES =+ "libvte vte-termcap" |
14 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 14 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |