mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python3-pyatspi: make dependent on gobject-introspection-data being enabled
Any user of pygobject needs to support gobject-introspection. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ S = "${WORKDIR}/git"
|
|||||||
# Same restriction as gtk+
|
# Same restriction as gtk+
|
||||||
inherit features_check setuptools3
|
inherit features_check setuptools3
|
||||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||||
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
|
|
||||||
inherit pkgconfig autotools python3native
|
inherit pkgconfig autotools python3native
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user