diff options
Diffstat (limited to 'meta/recipes-support/vte/vte.inc')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 68499d655e..8565cc2ad6 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" | 1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" |
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
3 | LICENSE = "LGPLv2.0" | 3 | LICENSE = "LGPLv2.0" |
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS_libvte = "vte-termcap" |
6 | 6 | ||
7 | inherit gnome gtk-doc distro_features_check upstream-version-is-even | 7 | inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection |
8 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 8 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
9 | 9 | ||
10 | EXTRA_OECONF = "--disable-python --disable-introspection" | 10 | EXTRA_OECONF = "--disable-python" |
11 | 11 | ||
12 | PACKAGES =+ "libvte vte-termcap" | 12 | PACKAGES =+ "libvte vte-termcap" |
13 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 13 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |