meson: add options to set package name and origin
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('disable_introspection',
2         type : 'boolean', value : false,
3         description : 'Whether to disable the introspection generation')
4 option('with-package-name', type : 'string',
5        description : 'package name to use in plugins')
6 option('with-package-origin', type : 'string', value : 'Unknown package origin',
7        description : 'package origin URL to use in plugins')