mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
meson: pass doc option as required argument to gst-docs subproject
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/166>
This commit is contained in:
parent
075ed8610f
commit
4a3ceaa498
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ configure_file(
|
|||
)
|
||||
|
||||
if documented_projects != ''
|
||||
subproject('gst-docs')
|
||||
subproject('gst-docs', required: get_option('doc').enabled())
|
||||
message('Gst docs subprojects: ' + documented_projects)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue