summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 14:12:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 14:12:24 +0000
commit3626e92e55d995f28dda92c6c80a1684222bc9f4 (patch)
treeca55dbdae9a9eb0c3c0cf1082c92bd035f14c223 /meson_options.txt
parentae2d2a9201f56ece5334bf097133a268c6a9b537 (diff)
downloadtracker-3626e92e55d995f28dda92c6c80a1684222bc9f4.tar.gz
meson: Remove options that are only relevant to tracker-miners
The tracker-miners now live in a separate repo.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 55cc2e58c..496d35613 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,41 +1,12 @@
option('docs', type: 'boolean', value: true,
description: 'Enable the documentation')
-option('extract', type: 'boolean', value: true,
- description: 'Enable the Tracker metadata extractor')
option('fts', type: 'boolean', value: true,
description: 'Enable the Tracker full-text search feature')
option('functional_tests', type: 'boolean', value: true,
description: 'Enable the Tracker functional test suite')
-option('guarantee_metadata', type: 'boolean', value: true,
- description: 'Set nie:title and nie:contentCreated from filename and mtime if no metadata available')
option('journal', type: 'boolean', value: true,
description: 'Enable database journal backup mechanism')
-option('writeback', type: 'boolean', value: true,
- description: 'Enable Tracker writeback feature')
-option('abiword', type: 'boolean', value: 'true',
- description: 'Enable extractor for AbiWord files')
-option('dvi', type: 'boolean', value: 'true',
- description: 'Enable extractor for DVI metadata')
-option('icon', type: 'boolean', value: 'true',
- description: 'Enable extractor for ICO metadata')
-option('mp3', type: 'boolean', value: 'true',
- description: 'Enable extractor for MP3 metadata')
-option('ps', type: 'boolean', value: 'true',
- description: 'Enable extractor for PS metadata')
-option('text', type: 'boolean', value: 'true',
- description: 'Enable extractor for TXT metadata')
-option('unzip_ps_gz_files', type: 'boolean', value: 'true',
- description: 'Enable extractor for PS.GZ metadata')
-
-option('battery_detection', type: 'combo', choices: ['auto', 'hal', 'upower', 'none'], value: 'auto',
- description: 'Enable upower or HAL for battery/mains power detection')
-option('charset_detection', type: 'combo', choices: ['auto', 'enca', 'icu', 'none'], value: 'auto',
- description: 'Enable enca or libicu for charset detection in MP3s')
-option('generic_media_extractor', type: 'combo', choices: ['auto', 'gstreamer', 'libav', 'none'], value: 'auto',
- description: 'Enables one of the (gstreamer, libav, auto) generic media extractor backends')
-option('gstreamer_backend', type: 'combo', choices: ['discoverer', 'gupnp'], value: 'discoverer',
- description: 'When GStreamer is used, this enables one of the (discoverer, gupnp) GStreamer backends')
option('stemmer', type: 'combo', choices: ['auto', 'no', 'yes'], value: 'no',
description: 'Enable stemming words while indexing')
option('unicode_support', type: 'combo', choices: ['icu', 'unistring', 'auto'], value: 'auto',