meson: add options to set package name and origin
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('x264_libraries', type : 'string', value : '',
2        description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
3 option('with-package-name', type : 'string',
4        description : 'package name to use in plugins')
5 option('with-package-origin', type : 'string', value : 'Unknown package origin',
6        description : 'package origin URL to use in plugins')