summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.44.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.44.1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
index 6f7d9a09ec..797a7cec8b 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
@@ -8,9 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
8GNOMEBASEBUILDCLASS = "meson" 8GNOMEBASEBUILDCLASS = "meson"
9GIR_MESON_OPTION = "" 9GIR_MESON_OPTION = ""
10 10
11inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even features_check 11inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even
12 12
13REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 13python() {
14 if d.getVar('CLASSOVERRIDE') == "class-target" and not bb.utils.to_boolean(d.getVar("GI_DATA_ENABLED")):
15 raise bb.parse.SkipRecipe("GI not available")
16}
14 17
15DEPENDS += "python3 glib-2.0" 18DEPENDS += "python3 glib-2.0"
16 19