summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2020-07-24 23:50:20 +0200
committerVictor Toso <victortoso@gnome.org>2021-03-29 13:25:06 +0000
commit016449aa995c2244f337aeee04afc7ac5b34fd9d (patch)
tree441bc9a13b792f62491135ea2e594d3d5bd65a2d /meson_options.txt
parent434125f9ae731aee424c2b5101393cca3fcaa520 (diff)
downloadgrilo-plugins-016449aa995c2244f337aeee04afc7ac5b34fd9d.tar.gz
Add option to disable bulding help
Help is meant to be a set of examples to application developers who are interested in using grilo-plugins in their applications. This patch addes a build option to not build and install those files files (only one, using TMDB, but it installs it once per LINGUAS/* at least. This is not needed in a sandboxed application like Flatpak Closes: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/13
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 71f80b8..141201f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,3 +21,4 @@ option('enable-tmdb', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'a
option('enable-tracker', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Tracker plugin (DEPRECATED)')
option('enable-tracker3', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Tracker3 plugin')
option('enable-youtube', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable YouTube plugin')
+option('help', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Build examples developers')