summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ac4b74a92..4e2880ab1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,8 +22,9 @@ option ('enable-packagekit',
type: 'boolean',
value: true)
option ('enable-tracker',
- type: 'boolean',
- value: true)
+ type: 'combo',
+ choices: ['yes', 'no', 'auto'],
+ value: 'auto')
option ('enable-gtk-doc',
type: 'boolean',
value: false)