2020-07-25 18:09:30 +00:00
|
|
|
# Common feature options
|
|
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Enable documentation.')
|
|
|
|
option('examples', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build examples')
|
2018-07-25 11:50:02 +00:00
|
|
|
option('introspection', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
2018-09-01 06:47:08 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build and enable unit tests')
|
2020-07-25 18:09:30 +00:00
|
|
|
option('tools', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build ges-launch command line tool')
|
|
|
|
|
|
|
|
# GES options
|
2020-07-25 18:16:06 +00:00
|
|
|
option('bash-completion', type : 'feature', value : 'auto',
|
|
|
|
description : 'Install bash completion files')
|
2018-07-08 14:36:36 +00:00
|
|
|
option('pygi-overrides-dir', type : 'string', value : '',
|
2018-07-25 11:50:02 +00:00
|
|
|
description: 'Path to pygobject overrides directory')
|
2018-11-30 15:41:04 +00:00
|
|
|
option('xptv', type : 'feature', value : 'auto',
|
2018-10-22 06:22:52 +00:00
|
|
|
description : 'Build the deprecated xptv formater')
|
2019-02-05 18:46:49 +00:00
|
|
|
option('python', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Enable python formatters.')
|
|
|
|
option('libpython-dir', type : 'string', value : '',
|
|
|
|
description: 'Path to find libpythonXX.so')
|
2020-02-24 15:21:11 +00:00
|
|
|
option('validate', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Enable GstValidate integration.')
|