mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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')
|