summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-08 12:49:42 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-08 15:34:40 +0100
commit627c1ee182eaf2b394d69cd3c6ea560136b3d731 (patch)
tree13c42e8047148a557056dc704caf48d167005121 /meson_options.txt
parentc3d8faeb6a19460afbddd310578db0f372c5e1c9 (diff)
downloadtotem-627c1ee182eaf2b394d69cd3c6ea560136b3d731.tar.gz
build: Remove vala option
After the last vala plugin was ported, we don't need an option to build Vala plugins.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3b6ff67b0..bcce94676 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,5 @@
option('enable-easy-codec-installation', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Whether to enable easy codec installation support for GStreamer')
option('enable-python', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable python support')
-option('enable-vala', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'whether Vala plugin support is requested')
option('with-plugins', type: 'combo', choices: ['all', 'none', 'auto'], value: 'auto', description: 'Which Totem plugins to compile (default: auto; "all", "none" and "auto" are valid)')
option('enable-nautilus', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'compile the nautilus plugin')
option('with-nautilusdir', type: 'string', value: '', description: 'Installation path for Nautilus extension')