summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-21 11:46:59 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-05-21 11:46:59 +0100
commitddee82c89f3d057c9a4001f6579b7238bac4da0e (patch)
treea4179baad4823b2fe422251f85c087b80bce44bc /meson_options.txt
parentf9b7e2ab85e635b04bcfa9336614a03277c1a3d0 (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 af0f53ed2..a7266e886 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,6 +5,8 @@ option('libv4l2', type : 'boolean', value : true,
description : 'Use libv4l2 for some obscure format conversions')
# 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')
option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')