docs: Stop building the doc cache by default
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:14:19 +0000 (09:14 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:33:47 +0000 (09:33 -0400)
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

docs/meson.build

index 0275b15..b5ea554 100644 (file)
@@ -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