mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:06:12 +00:00
docs: don't build plugins doc cache by default
https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
parent
b26ae29c20
commit
4a89608f07
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ endif
|
||||||
plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_cache.json')
|
plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_cache.json')
|
||||||
if plugins_cache_generator.found()
|
if plugins_cache_generator.found()
|
||||||
plugins_doc_dep = custom_target('base-plugins-doc-cache',
|
plugins_doc_dep = custom_target('base-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',
|
||||||
|
@ -170,4 +169,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
||||||
gst_plugin_name: plugin_name,
|
gst_plugin_name: plugin_name,
|
||||||
)]
|
)]
|
||||||
sitemap += ' @0@-doc.json\n'.format(plugin_name)
|
sitemap += ' @0@-doc.json\n'.format(plugin_name)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in a new issue