mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
meson: mark plugins cache target as always stale
This commit is contained in:
parent
0d922181dd
commit
9b8d369639
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue