diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-23 00:07:26 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-23 18:12:48 +0200 |
commit | e1928898c8d49fe287d73db21c4ba5bed41bcf8e (patch) | |
tree | 1aac8ecf6b129d3e662438973d68da39707c5f57 | |
parent | f246032003d2c43f90e6b64be74af1f8120890b8 (diff) |
meson: mark plugins cache target as always stale
-rw-r--r-- | docs/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build index 967c278..cfbbbd0 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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') |