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
And update the cache Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
parent
89cc9e9201
commit
ef88a27317
2 changed files with 2 additions and 3 deletions
|
@ -444,7 +444,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"filename": "libgstrtspclientsink.so",
|
||||
"filename": "gstrtspclientsink",
|
||||
"license": "LGPL",
|
||||
"package": "GStreamer RTSP Server Library git",
|
||||
"source": "gst-rtsp-server",
|
||||
|
|
|
@ -22,7 +22,6 @@ endif
|
|||
plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
|
||||
if plugins_cache_generator.found()
|
||||
plugins_doc_dep = custom_target('rtsp-server-plugins-doc-cache',
|
||||
build_by_default: true,
|
||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||
input: plugins,
|
||||
output: 'gst_plugins_cache.json',
|
||||
|
@ -84,4 +83,4 @@ plugins_doc = [hotdoc.generate_doc('rtspclientsink',
|
|||
gst_cache_file: plugins_cache,
|
||||
gst_plugin_name: 'rtspclientsink',
|
||||
)]
|
||||
doc = libs_doc[0]
|
||||
doc = libs_doc[0]
|
||||
|
|
Loading…
Reference in a new issue