mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
11 lines
582 B
Meson
11 lines
582 B
Meson
option('disable_introspection',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the introspection generation')
|
|
option('with-package-name', type : 'string',
|
|
description : 'package name to use in plugins')
|
|
option('with-package-origin', type : 'string', value : 'Unknown package origin',
|
|
description : 'package origin URL to use in plugins')
|
|
option('tests', type : 'boolean', value : true,
|
|
description : 'Build and enable unit tests')
|
|
option('examples', type : 'boolean', value : true,
|
|
description : 'Build the examples')
|