summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2018-11-27 14:32:25 +0000
committerXavier Claessens <xclaesse@gmail.com>2018-11-27 14:32:25 +0000
commit4f3216d7c04084bf13dedca471bcce6b8b1bb69d (patch)
tree30cca94c0b6c0cb14fe06ace1f1c826aca100545 /meson_options.txt
parent389087eb11c4d338f58a509e4d3a61f3f8678f37 (diff)
parent7412011716d9a21ee05516f5c52098dd82ac0893 (diff)
downloadglib-4f3216d7c04084bf13dedca471bcce6b8b1bb69d.tar.gz
Merge branch 'nls' into 'master'
Meson: Add 'nls' option to disable translation See merge request GNOME/glib!484
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f25eae9c6..5c5b4dfe1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -83,3 +83,9 @@ option('installed_tests',
type : 'boolean',
value : false,
description : 'enable installed tests')
+
+option('nls',
+ type : 'feature',
+ value : 'auto',
+ yield: true,
+ description : 'Enable native language support (translations)')