2020-04-13 20:23:32 +00:00
|
|
|
option('validate', type : 'feature', value : 'auto',
|
2018-05-05 14:25:14 +00:00
|
|
|
description : 'Build GstValidate')
|
2022-01-27 05:55:00 +00:00
|
|
|
option('cairo', type : 'feature', value : 'auto', description : 'Build GstValidateVideo')
|
2020-05-27 19:59:41 +00:00
|
|
|
option('debug_viewer', type : 'feature', value : 'disabled',
|
|
|
|
description : 'Build GstDebugViewer (GPLv3+)')
|
2022-01-27 05:55:00 +00:00
|
|
|
|
|
|
|
# Common feature options
|
2018-07-25 11:57:03 +00:00
|
|
|
option('introspection', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
2018-09-01 06:39:32 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build and enable unit tests')
|
2018-10-27 13:01:53 +00:00
|
|
|
option('nls', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description : 'Enable native language support (translations)')
|
2018-10-22 09:38:30 +00:00
|
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Enable documentation.')
|