summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-12-09 19:28:22 -0300
committerThibault Saunier <tsaunier@gnome.org>2016-12-09 19:31:51 -0300
commit16bd0e7bac653f849bcf34955caa8c3f375e04a3 (patch)
tree32c4e98653d367921d7913573bd1a9d76ce0f036 /meson_options.txt
parentbd5d43e8f9f86430d241b7cb534638faeca5d9d9 (diff)
meson: Fix build
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 f65abe8e7..190fe1ba8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,7 @@ option('build_tools', type : 'boolean', value : true)
option('poisoning', type : 'boolean', value : false)
option('disable_gtkdoc', type : 'boolean', value : false)
option('disable_examples', type : 'boolean', value : false)
+option('disable_gst_debug', type : 'boolean', value : false)
option('disable_registry', type : 'boolean', value : false)
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
option('disable_introspection',