From d914f23268fa4a9c9b1d1c5b528e6dcc25b875bb Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 23 Jun 2020 00:07:57 +0200 Subject: [PATCH] meson: mark plugins cache target as always stale --- docs/meson.build | 1 + 1 file changed, 1 insertion(+) 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') -- 2.7.4