summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-12-10 13:13:10 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-12-10 13:37:21 +0100
commitec4b446e7a3b80490106d1f9ef08a3b820e4f0e2 (patch)
tree21c10b2785c2e2ae6bb9268ab6bf0707f6f315b1 /meson_options.txt
parentc915e7f61e0fd24af1f338ad1f7e615213a2ce39 (diff)
downloadtracker-ec4b446e7a3b80490106d1f9ef08a3b820e4f0e2.tar.gz
build: Make "safe" sqlite checks fail hard
Nobody reads configure script summaries, make it sure they will by spewing a build error. Make this overridable though, so people and distributors at least make a conscious choice to shoot themselves in the foot.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 509b3479f..19c8d2fff 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,6 +8,8 @@ option('journal', type: 'boolean', value: true,
description: 'Enable database journal backup mechanism')
option('man', type: 'boolean', value: true,
description: 'Install man pages')
+option('override_sqlite_version_check', type: 'boolean', value: false,
+ description: 'Override checks for broken sqlite versions')
option('network_manager', type: 'feature', value: 'auto',
description: 'Connection detection through NetworkManager')