mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
docs: Stop building the doc cache by default
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
parent
0fa87b5d2d
commit
350b6df44a
1 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
|
|||
|
||||
if plugins_cache_generator.found()
|
||||
plugins_doc_dep = custom_target('good-plugins-doc-cache',
|
||||
build_by_default: true,
|
||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||
input: plugins,
|
||||
output: 'gst_plugins_cache.json',
|
||||
|
@ -93,4 +92,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
|
|||
gst_cache_file: plugins_cache,
|
||||
gst_plugin_name: plugin_name,
|
||||
)]
|
||||
endforeach
|
||||
endforeach
|
||||
|
|
Loading…
Reference in a new issue