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:
Thibault Saunier 2019-05-16 09:23:53 -04:00
parent 89cc9e9201
commit ef88a27317
2 changed files with 2 additions and 3 deletions

View file

@ -444,7 +444,7 @@
}
}
},
"filename": "libgstrtspclientsink.so",
"filename": "gstrtspclientsink",
"license": "LGPL",
"package": "GStreamer RTSP Server Library git",
"source": "gst-rtsp-server",

View file

@ -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]