summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-05-05 19:00:30 +0200
committerJean Felder <jean.felder@gmail.com>2020-08-21 15:05:10 +0000
commit89975911057d99eb639add25e348558672771eb5 (patch)
tree707508e567c0224087dad9d0fceada5681d1be5f /meson_options.txt
parent5511ad119f89853312d893ffcf286ef00a2c0418 (diff)
downloadgrilo-plugins-89975911057d99eb639add25e348558672771eb5.tar.gz
plugins: Add tracker3 plugin
This is a separate plugin as it requires a version bump, different queries, and can do some niceties supported in the new version.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ec324f6..77558ae 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,5 +20,6 @@ option('enable-shoutcast', type: 'combo', choices: [ 'auto', 'yes', 'no' ], valu
option('enable-thetvdb', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Thetvdb plugin')
option('enable-tmdb', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable TMDb plugin')
option('enable-tracker', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Tracker plugin')
+option('enable-tracker3', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Tracker3 plugin')
option('enable-vimeo', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Vimeo plugin')
option('enable-youtube', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable YouTube plugin')