[meta-python2] python-pygobject: introspection is not valid meson option

Message ID 20211116152124.1036680-1-Martin.Jansa@gmail.com
State New
Headers show
Series [meta-python2] python-pygobject: introspection is not valid meson option | expand

Commit Message

Martin Jansa Nov. 16, 2021, 3:21 p.m. UTC
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-devtools/python/python-pygobject_3.34.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

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"