summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-21 12:07:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-05-21 12:07:04 +0100
commitb0404761f0ad6aa33086c79a4d63a6fdf3998d51 (patch)
tree3fafbcb75bb40f5175f56a472c700bf41a43a7f3 /meson_options.txt
parent69fcd6391a5b2f32f9b0769d78eb860a4752e36a (diff)
meson: add 'nls' option to disable translations
And enable by default. Was implicitly disabled because ENABLE_NLS was not defined.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index eb1cff59d..638041109 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,8 @@ option('gst_player_tests', type: 'boolean', value: false,
description: 'Enable GstPlayer tests that need network access')
# Common options
+option('nls', type : 'boolean', value : true, yield: true,
+ description : 'Enable native language support (translations)')
option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)
option('introspection', type : 'boolean', value : true, yield : true,
description : 'Generate gobject-introspection bindings')