aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-10-17 16:21:54 +0100
committerEric Engestrom <[email protected]>2017-10-17 19:07:03 +0100
commit1f0e80f8975b9e0ae0d47bada93109a764012795 (patch)
tree5153707df514f57444b681a1672535bc559d1e92 /src/amd/vulkan/meson.build
parent3de87f7cd79b21ef3844670e601af4a60409986b (diff)
meson: track python script dependency
Suggested-by: Andres Gomez <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/amd/vulkan/meson.build')
-rw-r--r--src/amd/vulkan/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
index 6a416d98867..0d433e944ef 100644
--- a/src/amd/vulkan/meson.build
+++ b/src/amd/vulkan/meson.build
@@ -24,6 +24,7 @@ radv_entrypoints = custom_target(
output : ['radv_entrypoints.h', 'radv_entrypoints.c'],
command : [prog_python2, '@INPUT0@', '--xml', '@INPUT1@',
'--outdir', meson.current_build_dir()],
+ depend_files : files('radv_extensions.py'),
)
radv_extensions = custom_target(