mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
7 lines
364 B
Meson
7 lines
364 B
Meson
# Special option to tell `gst-docs` what subprojects with
|
|
# API documentation can be used.
|
|
option('built_subprojects', type : 'string', value : '')
|
|
# Special entry to make `gst-docs` usable as part of a bigger
|
|
# portal (gnome-portal for example).
|
|
option('use_portal_index', type : 'boolean', value : true)
|
|
option('fatal_warnings', type : 'boolean', value : false)
|