10a14190dcd8b3aab3c67226c9ae74c11758d338
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('validate', type : 'boolean', value : true,
2        description : 'Build GstValidate')
3 option('debug_viewer', type : 'boolean', value : true,
4         description : 'Build GstDebugViewer')
5 option('introspection', type : 'feature', value : 'auto', yield : true,
6        description : 'Generate gobject-introspection bindings')
7 option('tests', type : 'feature', value : 'auto', yield : true,
8        description : 'Build and enable unit tests')
9 option('nls', type : 'feature', value : 'auto', yield: true,
10        description : 'Enable native language support (translations)')
11 option('doc', type : 'feature', value : 'auto', yield: true,
12        description: 'Enable documentation.')