summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/tracker
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-11 17:06:23 -0800
committerKhem Raj <raj.khem@gmail.com>2021-11-13 01:17:26 -0800
commitfefa205061e8d9b366c4ec2dc12e66afc0373634 (patch)
tree11cfe1f257892ee94e9d13c577d4435766d3bff9 /meta-gnome/recipes-gnome/tracker
parent32547c1fa7ba4bc2650ba4b1784ccf8181a5a0b7 (diff)
downloadmeta-openembedded-fefa205061e8d9b366c4ec2dc12e66afc0373634.tar.gz
tracker: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/tracker')
-rw-r--r--meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb2
1 files changed, 1 insertions, 1 deletions
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 b16a5a2ea..28193d8d2 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
25 25
26# gobject-introspection is mandatory and cannot be configured 26# gobject-introspection is mandatory and cannot be configured
27REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 27REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
28UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" 28GIR_MESON_OPTION = ""
29 29
30# text search is not an option anymore and requires sqlite3 build with 30# text search is not an option anymore and requires sqlite3 build with
31# PACKAGECONFIG[fts5] set (default) 31# PACKAGECONFIG[fts5] set (default)