projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f246032
)
meson: mark plugins cache target as always stale
author
Mathieu Duponchelle
<mathieu@centricular.com>
Mon, 22 Jun 2020 22:07:26 +0000
(
00:07
+0200)
committer
Mathieu Duponchelle
<mathieu@centricular.com>
Tue, 23 Jun 2020 16:12:48 +0000
(18:12 +0200)
docs/meson.build
patch
|
blob
|
history
diff --git
a/docs/meson.build
b/docs/meson.build
index
967c278
..
cfbbbd0
100644
(file)
--- 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')