mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
b74edb98b3
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
4 lines
258 B
Meson
4 lines
258 B
Meson
option('introspection', type : 'boolean', value : true, yield : true,
|
|
description : 'Generate gobject-introspection bindings')
|
|
option('gtkdoc', type : 'boolean', value : true, yield : true,
|
|
description : 'Build API documentation with gtk-doc')
|