diff --git a/docs/meson.build b/docs/meson.build index 0aed4cc4f2..0e6915ea62 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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')