0d51e7ae17eb59573276ea5b12e2412834ef1add
[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
14 # Feature options
15 option('libunwind', type : 'feature', value : 'auto', description : 'Use libunwind to generate backtraces')
16 option('bash-completion', type : 'feature', value : 'auto', description : 'Install bash completion files')
17
18 # Common feature options
19 option('examples', type : 'feature', value : 'auto', yield : true)
20 option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Generate API documentation with gtk-doc')
21 option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
22 option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
23
24 # Common options
25 option('package-name', type : 'string', yield : true,
26        description : 'package name to use in plugins')
27 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
28        description : 'package origin URL to use in plugins')