Message ID | 20211113174606.2044137-1-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/tracker/tracker_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb index b16a5a2ea8..28193d8d27 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb @@ -25,7 +25,7 @@ SRC_URI[archive.sha256sum] = "4376e2e98454066f44f7a242e45b99b3bfe4c03b67fab19abb # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" +GIR_MESON_OPTION = "" # text search is not an option anymore and requires sqlite3 build with # PACKAGECONFIG[fts5] set (default)
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/tracker/tracker_3.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)