summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-11-22 10:16:48 -0500
committerXavier Claessens <xavier.claessens@collabora.com>2018-11-27 09:28:36 -0500
commit636abc351be7811981e40675adabc0761ffbdbdd (patch)
tree2671a4ec2df9c436788b7776866f5d9bfc497244 /meson_options.txt
parent1c8085d9fb52edd765c7e1219feb1dd008b1dc15 (diff)
downloadgstreamer-636abc351be7811981e40675adabc0761ffbdbdd.tar.gz
Add 'nls' common option
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 be891a3b62..7614c782e3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,3 +14,4 @@ option('custom_subprojects', type : 'string', value : '', description : 'Comma-s
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
+option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')