summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-20 14:27:18 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-05-20 14:27:59 +0100
commit39e1dd0bbf053886704b721fa8d13f79976ac98a (patch)
tree465585361e585766630f164445c68babdc392a59 /meson_options.txt
parenteef72d0d85408a03fd894bcf81c63348001cbb5a (diff)
downloadgstreamer-plugins-base-39e1dd0bbf053886704b721fa8d13f79976ac98a.tar.gz
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 bba9f5246..7b493dcdb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,6 +22,8 @@ option('gtkdoc', type : 'boolean', value : true, yield : true,
description : 'Build API documentation with gtk-doc')
option('introspection', type : 'boolean', value : true, yield : true,
description : 'Generate gobject-introspection bindings')
+option('nls', type : 'boolean', value : true, yield: true,
+ description : 'Enable native language support (translations)')
option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,