summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-23 00:03:04 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2020-06-23 00:03:04 +0200
commit9b8d36963995a68a8aa8bcee264b3129cc1a82f2 (patch)
tree2d33767dbfb452a568bcfa7c7c50a0086e1f4e82
parent0d922181dd2b4e070c498bc823d7fa92bdead311 (diff)
meson: mark plugins cache target as always stale
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 6c5bf419..5b377e39 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -17,6 +17,7 @@ elif 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')