meson: re-arrange options
[platform/upstream/gstreamer.git] / meson_options.txt
1 # Common feature options
2 option('examples', type : 'feature', value : 'auto', yield : true,
3        description : 'Build the examples')
4 option('tests', type : 'feature', value : 'auto', yield : true,
5        description : 'Build and enable unit tests')
6 option('introspection', type : 'feature', value : 'auto', yield : true,
7        description : 'Generate gobject-introspection bindings')
8
9 # Common options
10 option('package-name', type : 'string', yield : true,
11        description : 'package name to use in plugins')
12 option('package-origin', type : 'string',
13        value : 'Unknown package origin', yield : true,
14        description : 'package origin URL to use in plugins')