diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2019-05-16 09:20:56 -0400 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2019-05-16 09:35:11 -0400 |
commit | e3e99ddfa0e998595e477fa745e1205c9839adcf (patch) | |
tree | 9829ef9bd6ca855b77cce7528bd0ef4a90c17c3f /docs/meson.build | |
parent | 93d1d9ec71e18d5275de115575f16f20c23706a4 (diff) |
docs: Stop building the doc cache by default
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
Diffstat (limited to 'docs/meson.build')
-rw-r--r-- | docs/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build index d619d86..da3f937 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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', |