meson: mark plugins cache target as always stale
This commit is contained in:
parent
6baffc2931
commit
fec8bee1e9
@ -28,6 +28,7 @@ elif plugins_cache_generator.found()
|
|||||||
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
|
||||||
input: plugins,
|
input: plugins,
|
||||||
output: 'gst_plugins_cache.json',
|
output: 'gst_plugins_cache.json',
|
||||||
|
build_always_stale: true,
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
warning('GStreamer plugin inspector for documentation not found, can\'t update the cache')
|
warning('GStreamer plugin inspector for documentation not found, can\'t update the cache')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user