2016-08-12 15:26:31 +00:00
|
|
|
option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
|
2016-08-27 10:22:11 +00:00
|
|
|
option('disable_examples', type : 'boolean', value : false)
|
2016-08-12 15:26:31 +00:00
|
|
|
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|
2016-10-20 20:17:27 +00:00
|
|
|
option('disable_introspection',
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
description : 'Whether to disable the introspection generation')
|
2016-12-16 12:59:25 +00:00
|
|
|
option('disable_gtkdoc', type : 'boolean', value : false)
|
2017-05-20 13:46:51 +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')
|