docs: Stop building the doc cache by default

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
Thibault Saunier 2019-05-16 09:20:56 -04:00
parent 93d1d9ec71
commit e3e99ddfa0
2 changed files with 1 additions and 2 deletions

View file

@ -210169,7 +210169,7 @@
"rank": "none"
}
},
"filename": "libgstlibav.so",
"filename": "gstlibav",
"license": "LGPL",
"package": "GStreamer FFMPEG Plug-ins git",
"source": "gst-libav",

View file

@ -20,7 +20,6 @@ endif
plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
if plugins_cache_generator.found()
plugins_doc_dep = custom_target('libav-plugins-doc-cache',
build_by_default: true,
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
input: plugins,
output: 'gst_plugins_cache.json',