2018-05-05 14:21:52 +00:00
|
|
|
option('introspection', type : 'boolean', value : true, yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
|
|
|
option('package-name', type : 'string', yield : true,
|
2017-05-20 14:07:31 +00:00
|
|
|
description : 'package name to use in plugins')
|
2018-05-05 14:21:52 +00:00
|
|
|
option('package-origin', type : 'string',
|
|
|
|
value : 'Unknown package origin', yield : true,
|
2017-05-20 14:07:31 +00:00
|
|
|
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')
|
2018-05-05 14:21:52 +00:00
|
|
|
option('examples', type : 'boolean', value : true, yield : true,
|
2017-12-06 20:42:39 +00:00
|
|
|
description : 'Build the examples')
|