summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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')