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