Module: Mesa Branch: master Commit: 1f0e80f8975b9e0ae0d47bada93109a764012795 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f0e80f8975b9e0ae0d47bada93109a764012795
Author: Eric Engestrom <[email protected]> Date: Tue Oct 17 16:21:54 2017 +0100 meson: track python script dependency Suggested-by: Andres Gomez <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/amd/vulkan/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build index 6a416d9886..0d433e944e 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( _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
