summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-06-28 23:41:21 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-06-28 23:41:21 +0200
commitd2d844414fc6570bed5402bd7785132ca1a6fb50 (patch)
tree2e703b8dc4a2e80dfa1c0df7f290dd9560376632
parent16758c3a5cf809f73851fc5c47056df18a6f4341 (diff)
downloadnautilus-d2d844414fc6570bed5402bd7785132ca1a6fb50.tar.gz
build: Bump optional tracker dependency to 2.0
No code changes required. It remains API compatible with the current usage in nautilus.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ef8293a53..85c3cb9da 100644
--- a/meson.build
+++ b/meson.build
@@ -82,7 +82,7 @@ if get_option ('enable-selinux')
endif
if get_option ('enable-tracker')
- tracker_sparql = dependency ('tracker-sparql-1.0')
+ tracker_sparql = dependency ('tracker-sparql-2.0')
conf.set10 ('ENABLE_TRACKER', true)
endif