2016-08-12 14:55:17 +00:00
|
|
|
option('build_tools', type : 'boolean', value : true)
|
|
|
|
option('poisoning', type : 'boolean', value : false)
|
2016-10-25 06:51:07 +00:00
|
|
|
option('disable_gtkdoc', type : 'boolean', value : false)
|
2016-08-12 14:55:17 +00:00
|
|
|
option('disable_examples', type : 'boolean', value : false)
|
2016-12-09 22:28:22 +00:00
|
|
|
option('disable_gst_debug', type : 'boolean', value : false)
|
2016-08-12 14:55:17 +00:00
|
|
|
option('disable_registry', type : 'boolean', value : false)
|
2017-07-05 12:20:19 +00:00
|
|
|
option('disable_tracer_hooks', type : 'boolean', value : false)
|
2016-08-12 14:55:17 +00:00
|
|
|
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
|
2016-08-26 23:06:59 +00:00
|
|
|
option('disable_introspection',
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
description : 'Whether to disable the introspection generation')
|
2017-02-13 18:18:59 +00:00
|
|
|
option('disable_libunwind',
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
description : 'Whether to disable the usage of libunwind (to generate backtraces)')
|
2017-05-13 17:30:27 +00:00
|
|
|
option('with-package-name', type : 'string',
|
|
|
|
description : 'package name to use in plugins')
|
|
|
|
option('with-package-origin', type : 'string', value : 'Unknown package origin',
|
|
|
|
description : 'package origin URL to use in plugins')
|
2017-05-05 10:49:08 +00:00
|
|
|
option('with-ptp-helper-setuid-user', type : 'string',
|
|
|
|
description : 'User to switch to when installing gst-ptp-helper setuid root')
|
|
|
|
option('with-ptp-helper-setuid-group', type : 'string',
|
|
|
|
description : 'Group to switch to when installing gst-ptp-helper setuid root')
|
|
|
|
option('with-ptp-helper-permissions', type : 'combo',
|
|
|
|
choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')
|