summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-11-19 14:34:05 +0530
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-12-24 09:25:40 +0530
commit20fc4b92b8c063424e389f7484b850be19d0a697 (patch)
tree33d84439fedc5cc69349e26b74b893b8c2a28b0a /meson_options.txt
parentcca62a11f5ac5c3666ff17d28ffbd0231fc51f6c (diff)
downloadgstreamer-20fc4b92b8c063424e389f7484b850be19d0a697.tar.gz
add gst-plugins-rs
Fix #63
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5ae2ea251f..b7b7440879 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,6 +11,7 @@ option('vaapi', type : 'feature', value : 'auto')
option('sharp', type : 'feature', value : 'disabled')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
+option('rs', type : 'feature', value : 'auto')
# Common options, automatically inherited by subprojects
option('examples', type : 'feature', value : 'auto', description : 'Build examples')