meson: add options to set package name and origin
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
2 option('disable_examples', type : 'boolean', value : false)
3 option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
4 option('disable_introspection',
5         type : 'boolean', value : false,
6         description : 'Whether to disable the introspection generation')
7 option('disable_gtkdoc', type : 'boolean', value : false)
8 option('with-package-name', type : 'string',
9        description : 'package name to use in plugins')
10 option('with-package-origin', type : 'string', value : 'Unknown package origin',
11        description : 'package origin URL to use in plugins')