vaapi: fix up package-origin in meson_options.txt

Follow-up to !2243

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2260>
This commit is contained in:
Tim-Philipp Müller 2022-04-21 10:54:50 +01:00
parent 18a66bd887
commit a1100bf559
2 changed files with 2 additions and 2 deletions

View file

@ -2013,6 +2013,6 @@
"package": "gstreamer-vaapi",
"source": "gstreamer-vaapi",
"tracers": {},
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues"
"url": "Unknown package origin"
}
}

View file

@ -11,5 +11,5 @@ option('tests', type : 'feature', value : 'auto', yield : true)
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
option('package-origin', type : 'string',
value : 'https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues',
value : 'Unknown package origin',
yield : true, description : 'package origin URL to use in plugins')