summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-support/vte/vte.inc
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/vte/vte.inc')
-rw-r--r--yocto-poky/meta/recipes-support/vte/vte.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/yocto-poky/meta/recipes-support/vte/vte.inc b/yocto-poky/meta/recipes-support/vte/vte.inc
index 874062adb..07b9e10dc 100644
--- a/yocto-poky/meta/recipes-support/vte/vte.inc
+++ b/yocto-poky/meta/recipes-support/vte/vte.inc
@@ -4,7 +4,8 @@ LICENSE = "LGPLv2.0"
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
RDEPENDS_libvte = "vte-termcap"
-inherit gnome gtk-doc
+inherit gnome gtk-doc distro_features_check
+ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
EXTRA_OECONF = "--disable-python --disable-introspection"