meson: mark plugins cache target as always stale

This commit is contained in:
Mathieu Duponchelle 2020-06-23 00:04:52 +02:00 committed by Thibault Saunier
parent 1094b89c3d
commit 9dc7443f72

View file

@ -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')