gstreamer/meson_options.txt

12 lines
610 B
Meson
Raw Normal View History

option('introspection', type : 'boolean', value : true, yield : true,
description : 'Generate gobject-introspection bindings')
option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string',
value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')
option('tests', type : 'boolean', value : true,
description : 'Build and enable unit tests')
option('examples', type : 'boolean', value : true, yield : true,
description : 'Build the examples')