meson: add option to enable poisoning of deallocated objects
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('build_tools', type : 'boolean', value : true)
2 option('poisoning', type : 'boolean', value : false)
3 option('gst_debug', type : 'boolean', value : true)
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('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Generate API documentation with gtk-doc')
22 option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
23 option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
24
25 # Common options
26 option('package-name', type : 'string', yield : true,
27        description : 'package name to use in plugins')
28 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
29        description : 'package origin URL to use in plugins')