Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-08-16 21:57:59 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2018-08-16 22:01:14 +0300
commitebcf3f5f632c8ddd0d2face4402f35759b61a13e (patch)
treebdb251278134a40b39f4c720fbedb0db3a428814 /meson_options.txt
parentbfcddb71250bef9ffd5b4d333589ba4385fea86e (diff)
meson: Add an option for tests
This is needed because we don't always have gstreamer-check available, for instance inside Cerbero on iOS.
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 8c10e55ce..a3b5cd8ca 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -80,6 +80,7 @@ option('v4l2-gudev', type : 'feature', value : 'auto', description : 'Use libgud
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true)
+option('tests', type : 'feature', value : 'auto', yield : true)
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
option('orc', type : 'feature', value : 'auto', yield : true)