summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-06-03 17:38:10 -0400
committerThibault Saunier <tsaunier@igalia.com>2020-06-03 17:38:10 -0400
commit41fee777a6b302a7d77b3a839158f52c8a3835ea (patch)
treea76d91c3494e16bdcfda4d678261b7cdce6183f6 /meson_options.txt
parent31d85bfb650aafa3fa52ebcfe3c7255a7e6b56e7 (diff)
downloadgstreamer-vaapi-41fee777a6b302a7d77b3a839158f52c8a3835ea.tar.gz
docs: Update plugin cache with the new format
And fix the default URL which should not be inside quotes.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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')