meson: track python script dependency
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 17 Oct 2017 15:21:54 +0000 (16:21 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 17 Oct 2017 18:07:03 +0000 (19:07 +0100)
Suggested-by: Andres Gomez <agomez@igalia.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/amd/vulkan/meson.build

index 6a416d988674504281c6aeeba898756cda69ce37..0d433e944efe7a3790a539576a81f6b728300fc5 100644 (file)
@@ -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(