summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-04-08 12:10:21 -0400
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-04-08 18:51:12 +0000
commitb462870094df2063e88dcf827667c6338112ddc9 (patch)
treea8171a404063eb3d40a2d4d47f073e7acb0b82f0 /meson_options.txt
parenteea520fe6dfef77f5917f18e0ea0bbfd4c477b1a (diff)
downloadgstreamer-plugins-bad-b462870094df2063e88dcf827667c6338112ddc9.tar.gz
Meson: Change extra-checks to feature option and make it yielding
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 50de262eb..40b0732df 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -184,7 +184,7 @@ option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
option('glib-checks', type : 'feature', value : 'enabled', yield : true,
description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
-option('extra-checks', type : 'boolean', value : true, description : 'Enable extra runtime checks')
+option('extra-checks', type : 'feature', value : 'enabled', yield : true, description : 'Enable extra runtime checks')
# Common options
option('package-name', type : 'string', yield : true,