meson: add option to disable build of rtspclientsink plugin
[platform/upstream/gstreamer.git] / meson_options.txt
1 # Feature options for plugins with no external deps
2 option('rtspclientsink', type : 'feature', value : 'auto')
3
4 # Common feature options
5 option('examples', type : 'feature', value : 'auto', yield : true,
6        description : 'Build the examples')
7 option('tests', type : 'feature', value : 'auto', yield : true,
8        description : 'Build and enable unit tests')
9 option('introspection', type : 'feature', value : 'auto', yield : true,
10        description : 'Generate gobject-introspection bindings')
11
12 # Common options
13 option('package-name', type : 'string', yield : true,
14        description : 'package name to use in plugins')
15 option('package-origin', type : 'string',
16        value : 'Unknown package origin', yield : true,
17        description : 'package origin URL to use in plugins')