meson: Update option names to omit disable_ and with- prefixes
[platform/upstream/gst-plugins-good.git] / meson_options.txt
1 # Enable V4L2 plugin to probe devices at plugin load
2 option('v4l2-probe', type : 'boolean', value : true,
3        description : 'Probe v4l2 devices when the v4l2 plugin is loaded')
4 option('libv4l2', type : 'boolean', value : true,
5        description : 'Use libv4l2 for some obscure format conversions')
6
7 # Common options
8 option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
9 option('package-name', type : 'string', yield : true,
10        description : 'package name to use in plugins')
11 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
12        description : 'package origin URL to use in plugins')