mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs: Stop building the doc cache by default
And update the cache Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
parent
89cc9e9201
commit
ef88a27317
2 changed files with 2 additions and 3 deletions
|
@ -444,7 +444,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filename": "libgstrtspclientsink.so",
|
"filename": "gstrtspclientsink",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
"package": "GStreamer RTSP Server Library git",
|
"package": "GStreamer RTSP Server Library git",
|
||||||
"source": "gst-rtsp-server",
|
"source": "gst-rtsp-server",
|
||||||
|
|
|
@ -22,7 +22,6 @@ endif
|
||||||
plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
|
plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
|
||||||
if plugins_cache_generator.found()
|
if plugins_cache_generator.found()
|
||||||
plugins_doc_dep = custom_target('rtsp-server-plugins-doc-cache',
|
plugins_doc_dep = custom_target('rtsp-server-plugins-doc-cache',
|
||||||
build_by_default: true,
|
|
||||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||||
input: plugins,
|
input: plugins,
|
||||||
output: 'gst_plugins_cache.json',
|
output: 'gst_plugins_cache.json',
|
||||||
|
|
Loading…
Reference in a new issue