mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
hotdoc: gst-hotdoc-plugins-scanner is not needed for libraries
Meson >= 0.64.0 does not allow any more to add executables into hotdoc.generate_doc(..., dependencies: ...) and it should not be needed any way. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3352>
This commit is contained in:
parent
28628a67e5
commit
e8eddf46ea
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ libs_doc = [hotdoc.generate_doc('gstreamer',
|
|||
gi_index: 'gst/gi-index.md',
|
||||
gi_smart_index: true,
|
||||
gi_c_source_roots: [join_paths(meson.current_source_dir(), '../gst/'), ],
|
||||
dependencies: [gst_dep, gmodule_dep, hotdoc_plugin_scanner],
|
||||
dependencies: [gst_dep, gmodule_dep],
|
||||
extra_assets: [join_paths(meson.current_source_dir(), 'images')],
|
||||
)]
|
||||
|
||||
|
@ -156,7 +156,7 @@ foreach lib: libs
|
|||
gi_index: join_paths('libs/', name, 'index.md'),
|
||||
gi_smart_index: true,
|
||||
gi_order_generated_subpages: true,
|
||||
dependencies: deps + [hotdoc_plugin_scanner],
|
||||
dependencies: deps,
|
||||
install: false,
|
||||
)]
|
||||
endforeach
|
||||
|
|
Loading…
Reference in a new issue