summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStephan Hesse <stephan@emliri.com>2019-11-02 17:18:27 +0100
committerStephan Hesse <stephan@emliri.com>2019-11-02 17:28:22 +0100
commit1ee4c316c1119b59a70556c6204341c832970066 (patch)
tree60c0da04e51c7f2b2a21bf352ba4a3c9c71c0e55 /meson_options.txt
parent3dc7c9de94eee75403711bae21df8a8a076602f7 (diff)
downloadgstreamer-1ee4c316c1119b59a70556c6204341c832970066.tar.gz
instead of 'examples' use 'gst-examples' as option to build the respective subproject
we want to do this because the other "examples" in plugins (tests etc) need a lot deps (qt5 etc) that are not needed by gst-examples itself.
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 de4243c341..5ae2ea251f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,6 +10,7 @@ option('omx', type : 'feature', value : 'disabled')
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')
# Common options, automatically inherited by subprojects
option('examples', type : 'feature', value : 'auto', description : 'Build examples')