summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-08-04 13:31:06 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-08-04 13:36:01 +0200
commitba7406dc45942b90ec0b4d0d57d30b9548bc9b3a (patch)
tree4d673312e67f9a250dc980d947667cda555265fc /meson.build
parent0a4ecd9974d648f379c300abdccc87f65cffce38 (diff)
downloadtracker-ba7406dc45942b90ec0b4d0d57d30b9548bc9b3a.tar.gz
libtracker-sparql: Check for the correct build CWD as subproject
When building Tracker as a subproject, the CWD at build time is still that of the root project. We want to check this, instead of the subproject build root. This makes the remote module correctly detected in the build dir when building Tracker as a subproject (as it happens in tracker-miners CI).
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ed8fdd3ff..8364a9244 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('tracker', 'c', 'vala',
version: '3.2.0.alpha.1',
- meson_version: '>=0.56',
+ meson_version: '>=0.51',
default_options: [
'c_std=c99',
'warning_level=2'])