From 41fee777a6b302a7d77b3a839158f52c8a3835ea Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 3 Jun 2020 17:38:10 -0400 Subject: docs: Update plugin cache with the new format And fix the default URL which should not be inside quotes. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index ee82b1f9..9c2b5e16 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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 : 'https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues', yield : true, description : 'package origin URL to use in plugins') -- cgit v1.2.1