meson: add 'nls' option to disable translations
[platform/upstream/gst-plugins-good.git] / meson_options.txt
1 # Enable V4L2 plugin to probe devices at plugin load
2 option('v4l2-probe', type : 'boolean', value : true,
3        description : 'Probe v4l2 devices when the v4l2 plugin is loaded')
4 option('libv4l2', type : 'boolean', value : true,
5        description : 'Use libv4l2 for some obscure format conversions')
6
7 # Common options
8 option('nls', type : 'boolean', value : true, yield: true,
9         description : 'Enable native language support (translations)')
10 option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
11 option('package-name', type : 'string', yield : true,
12        description : 'package name to use in plugins')
13 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
14        description : 'package origin URL to use in plugins')