mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
2697f5bcf4
commit
98a80a5f6a
|
|
@ -15,6 +15,7 @@ S = "${WORKDIR}/git"
|
|||
# Same restriction as gtk+
|
||||
inherit features_check setuptools3
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
inherit pkgconfig autotools python3native
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user