mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: unprefix subproject paths
This commit is contained in:
parent
f040102d45
commit
b22a0c3873
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ foreach lib: libs
|
|||
name = lib[0]
|
||||
gir = lib[1]
|
||||
deps = [lib[2], gir]
|
||||
libs_doc += [hotdoc.generate_doc('gstreamer-' + name,
|
||||
libs_doc += [hotdoc.generate_doc(name,
|
||||
project_version: apiversion,
|
||||
gi_c_sources: ['../libs/gst/' + name + '/*.[hc]'],
|
||||
gi_c_source_filters: gst_excludes,
|
||||
|
|
Loading…
Reference in a new issue