pad: revert the content changes from previous commit
[platform/upstream/gstreamer.git] / meson_options.txt
index 52af8d5..190fe1b 100644 (file)
@@ -1,6 +1,8 @@
 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',