2018-05-05 14:00:42 +00:00
|
|
|
option('gst_player_tests', type: 'boolean', value: false,
|
|
|
|
description: 'Enable GstPlayer tests that need network access')
|
|
|
|
|
|
|
|
# Common options
|
|
|
|
option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)
|
|
|
|
option('introspection', type : 'boolean', value : true, yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
|
|
|
option('package-name', type : 'string', yield : true,
|
2017-05-20 14:04:45 +00:00
|
|
|
description : 'package name to use in plugins')
|
2018-05-05 14:00:42 +00:00
|
|
|
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
|
2017-05-20 14:04:45 +00:00
|
|
|
description : 'package origin URL to use in plugins')
|