From: Mathieu Duponchelle Date: Mon, 22 Jun 2020 22:07:57 +0000 (+0200) Subject: meson: mark plugins cache target as always stale X-Git-Tag: 1.19.3~503^2~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d914f23268fa4a9c9b1d1c5b528e6dcc25b875bb;p=platform%2Fupstream%2Fgstreamer.git meson: mark plugins cache target as always stale --- diff --git a/docs/meson.build b/docs/meson.build index b9ad138..c6fe4a5 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -24,6 +24,7 @@ if plugins_cache_generator.found() command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'], input: plugins, output: 'gst_plugins_cache.json', + build_always_stale: true, ) else warning('GStreamer plugin inspector for documentation not found, can\'t update the cache')