From 636abc351be7811981e40675adabc0761ffbdbdd Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 22 Nov 2018 10:16:48 -0500 Subject: [PATCH] Add 'nls' common option --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) 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)')