meson: mark plugins cache target as always stale
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 22 Jun 2020 22:02:21 +0000 (00:02 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 23 Jun 2020 14:25:55 +0000 (10:25 -0400)
docs/meson.build

index 0aed4cc..0e6915e 100644 (file)
@@ -26,6 +26,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')