meson: add 'nls' option to disable translations
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('gst_player_tests', type: 'boolean', value: false,
2        description: 'Enable GstPlayer tests that need network access')
3
4 # Common options
5 option('nls', type : 'boolean', value : true, yield: true,
6         description : 'Enable native language support (translations)')
7 option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)
8 option('introspection', type : 'boolean', value : true, yield : true,
9         description : 'Generate gobject-introspection bindings')
10 option('package-name', type : 'string', yield : true,
11        description : 'package name to use in plugins')
12 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
13        description : 'package origin URL to use in plugins')