Skip to content

Commit

Permalink
meson: mark plugins cache target as always stale
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDuponchelle authored and thiblahute committed Jun 23, 2020
1 parent 69d5428 commit 2127898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/meson.build
Expand Up @@ -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')
Expand Down

0 comments on commit 2127898

Please sign in to comment.