gstreamer/meson_options.txt

7 lines
383 B
Meson
Raw Normal View History

option('gtk_doc', type : 'feature', value : 'auto', yield : true,
description : 'Build API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', yield : true,
description : 'Generate gobject-introspection bindings')
option('pygi-overrides-dir', type : 'string', value : '',
description: 'Path to pygobject overrides directory')