mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
f164b8d93f
Also, common options are now consistent across all gstreamer modules, and are inherited automatically.
17 lines
889 B
Meson
17 lines
889 B
Meson
option('python', type : 'boolean', value : true)
|
|
option('libav', type : 'boolean', value : true)
|
|
option('ugly', type : 'boolean', value : true)
|
|
option('bad', type : 'boolean', value : true)
|
|
option('devtools', type : 'boolean', value : true)
|
|
option('ges', type : 'boolean', value : true)
|
|
option('rtsp_server', type : 'boolean', value : true)
|
|
option('omx', type : 'boolean', value : false)
|
|
option('vaapi', type : 'boolean', value : true)
|
|
option('sharp', type : 'boolean', value : true)
|
|
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
|
|
|
# Common options, automatically inherited by subprojects
|
|
option('gtkdoc', type : 'boolean', value : true,
|
|
description : 'Generate API documentation with gtk-doc')
|
|
option('introspection', type : 'boolean', value : true,
|
|
description : 'Whether to disable the introspection generation')
|