summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-20 10:13:22 +0200
committerJens Georg <mail@jensge.org>2021-09-18 19:04:54 +0200
commitc74a45911d57a907cf72eea2b5b16ce5d08fca27 (patch)
tree8d29193a326acb79362c0f0d55d9403cf232fd71
parentef097ab61b00b72f0e1c9b2b4c31277b618c1df0 (diff)
downloadrygel-c74a45911d57a907cf72eea2b5b16ce5d08fca27.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 cb604c4e..dd9f8fea 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,7 @@
option('uninstalled', type: 'boolean', value: 'false', description: 'Run Rygel from build directory only')
option('api-docs', type: 'boolean', value: 'false', description: 'Build the API documentation')
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')