aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-16 16:20:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2021-11-16 16:21:05 +0100
commit914c298878560b1b0b74598a3cc12778b0b961c0 (patch)
tree5f904ead9a7668bec255f374066ae6411dc3064b
parentbb9e1ac40b02bc7d1cab5f2432adc1b3aaf09b9a (diff)
downloadmeta-python2-914c298878560b1b0b74598a3cc12778b0b961c0.tar.gz
python-pygobject: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-devtools/python/python-pygobject_3.34.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb b/recipes-devtools/python/python-pygobject_3.34.0.bb
index 2e9cacd..ac0caf2 100644
--- a/recipes-devtools/python/python-pygobject_3.34.0.bb
+++ b/recipes-devtools/python/python-pygobject_3.34.0.bb
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdac
S = "${WORKDIR}/${SRCNAME}-${PV}"
-UNKNOWN_CONFIGURE_WHITELIST = "introspection"
+GIR_MESON_OPTION = ""
EXTRA_OEMESON:append = " -Dpython=python2"