mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
c7ade2bf84
Add support for building GIR when used as subproject Add an option to disable GIR generation And bump version to 1.9.2
3 lines
146 B
Meson
3 lines
146 B
Meson
option('disable_introspection',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the introspection generation')
|