rtsp-client: Use fixed backlog size
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('introspection', type : 'boolean', value : true, yield : true,
2         description : 'Generate gobject-introspection bindings')
3 option('package-name', type : 'string', yield : true,
4        description : 'package name to use in plugins')
5 option('package-origin', type : 'string',
6        value : 'Unknown package origin', yield : true,
7        description : 'package origin URL to use in plugins')
8 option('tests', type : 'boolean', value : true,
9        description : 'Build and enable unit tests')
10 option('examples', type : 'boolean', value : true, yield : true,
11        description : 'Build the examples')