summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-20 10:13:22 +0200
committerJens Georg <mail@jensge.org>2021-05-20 10:13:22 +0200
commit8557298e4bb51f654c63edcb431ba38424daeb5f (patch)
tree7a5c7c249f6b1c35b55a865a1a7ef813b716dec7
parent4d02d052b4190755626ef14f47a7a71d11116bee (diff)
downloadrygel-8557298e4bb51f654c63edcb431ba38424daeb5f.tar.gz
build: Disable default building of tracker2 plugin
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c60ff1a9..fd04776a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@ option('uninstalled', type: 'boolean', value: 'false', description: 'Run Rygel f
option('api-docs', type: 'boolean', value: 'false', description: 'Build the API documentation')
option('man_pages', type: 'boolean', value: 'true', description: 'Build the man pages')
option('systemd-user-units-dir', type : 'string', value : 'auto', description : 'Where to install the systemd user unit (use special values "auto" or "none", or pass a path')
-option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'media-export', 'mpris', 'playbin', 'ruih', 'tracker', 'tracker3'])
+option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'media-export', 'mpris', 'playbin', 'ruih', 'tracker3'])
option('engines', type : 'array', choices : ['simple', 'gstreamer'])
option('examples', type : 'boolean', value : 'true')
option('tests', type : 'boolean', value : 'true')