Skip to content

Commit

Permalink
docs: don't build plugins doc cache by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-m committed May 17, 2019
1 parent b26ae29 commit 4a89608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/meson.build
Expand Up @@ -21,7 +21,6 @@ endif
plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_cache.json')
if plugins_cache_generator.found()
plugins_doc_dep = custom_target('base-plugins-doc-cache',
build_by_default: true,
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
input: plugins,
output: 'gst_plugins_cache.json',
Expand Down Expand Up @@ -170,4 +169,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
gst_plugin_name: plugin_name,
)]
sitemap += ' @0@-doc.json\n'.format(plugin_name)
endforeach
endforeach

0 comments on commit 4a89608

Please sign in to comment.