diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2020-05-17 00:04:56 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2020-05-19 22:05:07 +0200 |
commit | 98f376a19e6287793c47d290dcf69e52429f5256 (patch) | |
tree | 7f8349ed1053ec7fe04a17d79172d59da271ae3e /meson_options.txt | |
parent | de68925f0c58f910efd4d79a783881950597cc8f (diff) | |
download | gtk+-98f376a19e6287793c47d290dcf69e52429f5256.tar.gz |
gtksearchengine: Add tracker3 search engine
Make this dependency optional at build time, and prefer it over
the old tracker <= 2.x implementation.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 73f26da7da..c14136f073 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -23,6 +23,8 @@ option('cloudproviders', type: 'boolean', value: false, description : 'Enable the cloudproviders support') option('profiler', type: 'boolean', value: false, description : 'Enable profiler support') +option('tracker3', type: 'boolean', value: false, + description : 'Enable Tracker3 filechooser search') # Print backends option('print-backends', type : 'string', value : 'cups,file', |