gstreamer/subprojects/gst-docs/meson_options.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
364 B
Meson
Raw Normal View History

# 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)