summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5da5abf92120c6195c314cb62bb1f68737f08a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('validate', type : 'feature', value : 'auto',
       description : 'Build GstValidate')
option('debug_viewer', type : 'feature', value : 'disabled',
        description : 'Build GstDebugViewer (GPLv3+)')
option('introspection', type : 'feature', value : 'auto', yield : true,
       description : 'Generate gobject-introspection bindings')
option('tests', type : 'feature', value : 'auto', yield : true,
       description : 'Build and enable unit tests')
option('nls', type : 'feature', value : 'auto', yield: true,
       description : 'Enable native language support (translations)')
option('doc', type : 'feature', value : 'auto', yield: true,
       description: 'Enable documentation.')