Update for g_type_class_add_private() deprecation in recent GLib
[platform/upstream/gstreamer.git] / meson_options.txt
index 80da408..455b46f 100644 (file)
@@ -14,7 +14,7 @@ option('ptp-helper-permissions', type : 'combo',
 
 # Common options
 option('examples', type : 'boolean', value : true, yield : true)
-option('gtkdoc', type : 'boolean', value : true, yield : true,
+option('gtk_doc', type : 'boolean', value : true, yield : true,
         description : 'Generate API documentation with gtk-doc')
 option('introspection', type : 'boolean', value : true, yield : true,
         description : 'Generate gobject-introspection bindings')
@@ -24,3 +24,5 @@ option('package-name', type : 'string', yield : true,
        description : 'package name to use in plugins')
 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
        description : 'package origin URL to use in plugins')
+option('extra-checks', type : 'boolean', value : true,
+        description : 'Enable extra runtime checks')