gstreamer/meson_options.txt
Thibault Saunier c7ade2bf84 meson: Handle building the gir file when used as subproject
Add support for building GIR when used as subproject
Add an option to disable GIR generation
And bump version to 1.9.2
2016-09-05 12:46:52 -03:00

4 lines
146 B
Meson

option('disable_introspection',
type : 'boolean', value : false,
description : 'Whether to disable the introspection generation')