Which is supported since Meson 1.1: https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8651>
8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
# 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)
|