docs: Stop building the doc cache by default
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:23:53 +0000 (09:23 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:36:06 +0000 (09:36 -0400)
And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

docs/gst_plugins_cache.json
docs/meson.build

index caa966d..cf27b24 100644 (file)
                 }
             }
         },
-        "filename": "libgstrtspclientsink.so",
+        "filename": "gstrtspclientsink",
         "license": "LGPL",
         "package": "GStreamer RTSP Server Library git",
         "source": "gst-rtsp-server",
index 789da4b..efcb6f1 100644 (file)
@@ -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]