meson: Update option names to omit disable_ and with- prefixes
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('gst_player_tests', type: 'boolean', value: false,
2        description: 'Enable GstPlayer tests that need network access')
3
4 # Common options
5 option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)
6 option('introspection', type : 'boolean', value : true, yield : true,
7         description : 'Generate gobject-introspection bindings')
8 option('package-name', type : 'string', yield : true,
9        description : 'package name to use in plugins')
10 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
11        description : 'package origin URL to use in plugins')