summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 97e196d..7ba2236 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -39,6 +39,6 @@ if local_metadata_enabled and lua_factory_enabled
subdir('local-metadata')
endif
-if tracker3_dep.found() and tracker3_testutils_dep.found()
+if get_option('enable-tracker3') != 'no' and tracker3_dep.found() and tracker3_testutils_dep.found()
subdir('tracker3')
endif