diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-07-14 11:24:30 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-07-18 03:25:03 +0200 |
commit | 4ac20d7b6a032a654128e7e51bb141bd04d46c24 (patch) | |
tree | 743394a64b1fa1459b3fde7bff1180fcaa47b6d8 /meson_options.txt | |
parent | 365ec7f7ac1cec51dc0248dd05b17cb78252a788 (diff) | |
download | nautilus-4ac20d7b6a032a654128e7e51bb141bd04d46c24.tar.gz |
build: Fix tracker detection
Make sure that tracker-sparql is optional and auto-detected by default
and that tracker-sparql-1.0 is still supported.
https://bugzilla.gnome.org/show_bug.cgi?id=784940
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
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) |