Message ID | 20211113174606.2044137-4-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-gnome,1/9] tracker: introspection is not valid meson option | expand |
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb index 1d9daac1f0..49493b17b2 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb @@ -11,7 +11,7 @@ SRC_URI[archive.sha256sum] = "ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba87 # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" +GIR_MESON_OPTION = "" GTKDOC_MESON_OPTION = "gtk_doc"
meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)