mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6 lines
285 B
Meson
6 lines
285 B
Meson
option('disable_introspection',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the introspection generation')
|
|
option('disable_gtkdoc',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the documentation generation')
|