diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-23 00:07:57 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-23 00:07:57 +0200 |
commit | d914f23268fa4a9c9b1d1c5b528e6dcc25b875bb (patch) | |
tree | 3b627a22a1d6987b745d074bd3b232e1fec36342 /docs | |
parent | eb7152bdefd97be415ae70737fc20a1d223744df (diff) |
meson: mark plugins cache target as always stale
Diffstat (limited to 'docs')
-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 b9ad1386..c6fe4a50 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') |