From: Thibault Saunier Date: Thu, 16 May 2019 13:14:19 +0000 (-0400) Subject: docs: Stop building the doc cache by default X-Git-Tag: 1.19.3~509^2~1042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=350b6df44a0d72c290ddf09f3dd7ac0d98def13b;p=platform%2Fupstream%2Fgstreamer.git docs: Stop building the doc cache by default Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36 --- diff --git a/docs/meson.build b/docs/meson.build index 0275b15..b5ea554 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -22,7 +22,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json') if plugins_cache_generator.found() plugins_doc_dep = custom_target('good-plugins-doc-cache', - build_by_default: true, command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'], input: plugins, output: 'gst_plugins_cache.json', @@ -93,4 +92,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':') gst_cache_file: plugins_cache, gst_plugin_name: plugin_name, )] -endforeach \ No newline at end of file +endforeach