diff options
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 874062adbe..07b9e10dce 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -4,7 +4,8 @@ LICENSE = "LGPLv2.0" | |||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" | 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 distro_features_check |
8 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
8 | 9 | ||
9 | EXTRA_OECONF = "--disable-python --disable-introspection" | 10 | EXTRA_OECONF = "--disable-python --disable-introspection" |
10 | 11 | ||