mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
meson: Add toplevel "gst-doc" alias target
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3442>
This commit is contained in:
parent
1ca0323bcf
commit
ef73db4210
1 changed files with 5 additions and 1 deletions
|
@ -256,7 +256,11 @@ configure_file(
|
|||
)
|
||||
|
||||
if documented_projects != ''
|
||||
subproject('gst-docs', required: get_option('doc').enabled())
|
||||
gst_doc = subproject('gst-docs', required: get_option('doc').enabled())
|
||||
if gst_doc.found()
|
||||
gst_doc_target = gst_doc.get_variable('gstreamer_doc')
|
||||
alias_target('gst-doc', gst_doc_target)
|
||||
endif
|
||||
message('Gst docs subprojects: ' + documented_projects)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue