example: Build GTK and GTK GL example code
[platform/upstream/gst-plugins-good.git] / meson_options.txt
index af0f53e..a7266e8 100644 (file)
@@ -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')