2016-08-12 14:55:17 +00:00
|
|
|
option('build_tools', type : 'boolean', value : true)
|
|
|
|
option('poisoning', type : 'boolean', value : false)
|
2018-05-05 13:38:09 +00:00
|
|
|
option('gst_debug', type : 'boolean', value : true)
|
|
|
|
option('registry', type : 'boolean', value : true)
|
|
|
|
option('tracer_hooks', type : 'boolean', value : true)
|
|
|
|
option('libunwind', type : 'boolean', value : true,
|
|
|
|
description : 'Use libunwind to generate backtraces')
|
|
|
|
option('ptp-helper-setuid-user', type : 'string',
|
2017-05-05 10:49:08 +00:00
|
|
|
description : 'User to switch to when installing gst-ptp-helper setuid root')
|
2018-05-05 13:38:09 +00:00
|
|
|
option('ptp-helper-setuid-group', type : 'string',
|
2017-05-05 10:49:08 +00:00
|
|
|
description : 'Group to switch to when installing gst-ptp-helper setuid root')
|
2018-05-05 13:38:09 +00:00
|
|
|
option('ptp-helper-permissions', type : 'combo',
|
2017-05-05 10:49:08 +00:00
|
|
|
choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')
|
2018-05-05 13:38:09 +00:00
|
|
|
|
|
|
|
# Common options
|
|
|
|
option('examples', type : 'boolean', value : true, yield : true)
|
2018-05-21 22:10:21 +00:00
|
|
|
option('gtk_doc', type : 'boolean', value : true, yield : true,
|
2018-05-05 13:38:09 +00:00
|
|
|
description : 'Generate API documentation with gtk-doc')
|
|
|
|
option('introspection', type : 'boolean', value : true, yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
2018-05-20 13:07:15 +00:00
|
|
|
option('nls', type : 'boolean', value : true, yield: true,
|
|
|
|
description : 'Enable native language support (translations)')
|
2018-05-05 13:38:09 +00:00
|
|
|
option('package-name', type : 'string', yield : true,
|
|
|
|
description : 'package name to use in plugins')
|
|
|
|
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
|
|
|
|
description : 'package origin URL to use in plugins')
|
2018-05-22 14:30:58 +00:00
|
|
|
option('extra-checks', type : 'boolean', value : true,
|
|
|
|
description : 'Enable extra runtime checks')
|