2017-04-13 16:52:26 +00:00
|
|
|
option('disable_introspection',
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
description : 'Whether to disable the introspection generation')
|
2017-05-20 14:07:31 +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-12-06 20:42:39 +00:00
|
|
|
option('tests', type : 'boolean', value : true,
|
|
|
|
description : 'Build and enable unit tests')
|
|
|
|
option('examples', type : 'boolean', value : true,
|
|
|
|
description : 'Build the examples')
|