From ef88a27317859be41c343790bd2465fbb0d543e9 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 16 May 2019 09:23:53 -0400 Subject: [PATCH] docs: Stop building the doc cache by default And update the cache Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36 --- docs/gst_plugins_cache.json | 2 +- docs/meson.build | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index caa966d182..cf27b24816 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -444,7 +444,7 @@ } } }, - "filename": "libgstrtspclientsink.so", + "filename": "gstrtspclientsink", "license": "LGPL", "package": "GStreamer RTSP Server Library git", "source": "gst-rtsp-server", diff --git a/docs/meson.build b/docs/meson.build index 789da4b261..efcb6f1510 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -22,7 +22,6 @@ endif plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json') if plugins_cache_generator.found() plugins_doc_dep = custom_target('rtsp-server-plugins-doc-cache', - build_by_default: true, command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'], input: plugins, output: 'gst_plugins_cache.json', @@ -84,4 +83,4 @@ plugins_doc = [hotdoc.generate_doc('rtspclientsink', gst_cache_file: plugins_cache, gst_plugin_name: 'rtspclientsink', )] -doc = libs_doc[0] \ No newline at end of file +doc = libs_doc[0]