meson: add option to disable parse-launch pipeline string parser
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('gst_debug', type : 'boolean', value : true)
2 option('gst_parse', type : 'boolean', value : true,
3        description: 'Enable pipeline string parser')
4 option('registry', type : 'boolean', value : true)
5 option('tracer_hooks', type : 'boolean', value : true)
6 option('ptp-helper-setuid-user', type : 'string',
7        description : 'User to switch to when installing gst-ptp-helper setuid root')
8 option('ptp-helper-setuid-group', type : 'string',
9        description : 'Group to switch to when installing gst-ptp-helper setuid root')
10 option('ptp-helper-permissions', type : 'combo',
11        choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')
12 option('extra-checks', type : 'boolean', value : true, description : 'Enable extra runtime checks')
13 option('poisoning', type : 'boolean', value : false, description : 'Enable poisoning of deallocated objects')
14
15 # Feature options
16 option('libunwind', type : 'feature', value : 'auto', description : 'Use libunwind to generate backtraces')
17 option('bash-completion', type : 'feature', value : 'auto', description : 'Install bash completion files')
18
19 # Common feature options
20 option('examples', type : 'feature', value : 'auto', yield : true)
21 option('tests', type : 'feature', value : 'auto', yield : true)
22 option('benchmarks', type : 'feature', value : 'auto', yield : true)
23 option('tools', type : 'feature', value : 'auto', yield : true)
24 option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Generate API documentation with gtk-doc')
25 option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
26 option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
27
28 # Common options
29 option('package-name', type : 'string', yield : true,
30        description : 'package name to use in plugins')
31 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
32        description : 'package origin URL to use in plugins')