diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-pygtk_2.24.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb index e4c33a803f..79b3110e30 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb @@ -26,7 +26,9 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../" -inherit autotools pkgconfig distutils-base +inherit autotools pkgconfig distutils-base distro_features_check + +ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" do_configure_prepend() { install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ |