mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +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
042f6d5def
commit
0faab7d9b8
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ configure_file(
|
|||
plugins_cache_generator = find_program(join_paths(meson.current_build_dir(), 'gst-plugins-doc-cache-generator'))
|
||||
plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_cache.json')
|
||||
plugins_doc_dep = custom_target('build-doc-cache',
|
||||
build_by_default: true,
|
||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||
input: plugins,
|
||||
output: 'gst_plugins_cache.json',
|
||||
|
@ -142,4 +141,4 @@ plugins_doc = [hotdoc.generate_doc('GStreamer-core-plugins',
|
|||
gst_c_sources: ['../plugins/elements/*.c', '../plugins/elements/*.h'],
|
||||
dependencies: [plugins_doc_dep],
|
||||
gst_cache_file: plugins_cache,
|
||||
)]
|
||||
)]
|
||||
|
|
Loading…
Reference in a new issue