summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..44ac7f9d
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,20 @@
+option('gvfs-metadata',
+ type: 'boolean',
+ value: true,
+ description: 'Use GVfs to store metadata',
+)
+option('spell',
+ type: 'boolean',
+ value: true,
+ description: 'Enable spell check plugin (requires enchant and iso-codes)',
+)
+option('tests',
+ type: 'boolean',
+ value: true,
+ description: 'Build tests',
+)
+option('introspection',
+ type: 'feature',
+ value: 'auto',
+ description: 'Enable GObject introspection',
+)