diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-19 17:34:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-20 00:45:51 -0700 |
| commit | 98a80a5f6a1b622266cee4e8b3b8e2e083178418 (patch) | |
| tree | 0b0e9a6f327366a2ae986f74c832a21506d2f4bd /meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb | |
| parent | 2697f5bcf4f2396efe93a3597d2f96290d9fd2a8 (diff) | |
| download | meta-openembedded-98a80a5f6a1b622266cee4e8b3b8e2e083178418.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb index 4595eafc6d..aa3000bf6b 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb | |||
| @@ -15,6 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | # Same restriction as gtk+ | 15 | # Same restriction as gtk+ |
| 16 | inherit features_check setuptools3 | 16 | inherit features_check setuptools3 |
| 17 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 17 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 18 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
| 18 | 19 | ||
| 19 | inherit pkgconfig autotools python3native | 20 | inherit pkgconfig autotools python3native |
| 20 | 21 | ||
