mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
docs: Stop building the doc cache by default
And update the cache Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
parent
e19700c458
commit
c25d1105d1
2 changed files with 581 additions and 96 deletions
|
@ -23,7 +23,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_c
|
||||||
|
|
||||||
if plugins_cache_generator.found()
|
if plugins_cache_generator.found()
|
||||||
plugins_doc_dep = custom_target('bad-plugins-doc-cache',
|
plugins_doc_dep = custom_target('bad-plugins-doc-cache',
|
||||||
build_by_default: true,
|
|
||||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||||
input: plugins,
|
input: plugins,
|
||||||
output: 'gst_plugins_cache.json',
|
output: 'gst_plugins_cache.json',
|
||||||
|
@ -181,4 +180,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
||||||
gst_order_generated_subpages: true,
|
gst_order_generated_subpages: true,
|
||||||
gst_plugin_name: plugin_name,
|
gst_plugin_name: plugin_name,
|
||||||
)]
|
)]
|
||||||
endforeach
|
endforeach
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue