diff options
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb index 6d80c10915..c60d40e3a2 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb | |||
@@ -11,6 +11,10 @@ SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=gnome-3-32" | |||
11 | SRCREV = "dc4565208fca00da06b972915a080ad3c63f640d" | 11 | SRCREV = "dc4565208fca00da06b972915a080ad3c63f640d" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | # Same restriction as gtk+ | ||
15 | inherit distro_features_check | ||
16 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
17 | |||
14 | inherit pkgconfig autotools python3native | 18 | inherit pkgconfig autotools python3native |
15 | 19 | ||
16 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" | 20 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" |