mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +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
acf3e31907
commit
c83d8838d2
2 changed files with 2 additions and 3 deletions
|
@ -660,7 +660,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"filename": "libgstnle.so",
|
||||
"filename": "gstnle",
|
||||
"license": "LGPL",
|
||||
"package": "GStreamer Editing Services",
|
||||
"source": "gst-editing-services",
|
||||
|
|
|
@ -21,7 +21,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
|
|||
|
||||
if plugins_cache_generator.found()
|
||||
plugins_doc_dep = custom_target('editing-services-doc-cache',
|
||||
build_by_default: true,
|
||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||
input: plugins,
|
||||
output: 'gst_plugins_cache.json',
|
||||
|
|
Loading…
Reference in a new issue