Module: Mesa Branch: master Commit: 86c68e0a33ea5de7f64eeadb23fe541375ab1ba3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86c68e0a33ea5de7f64eeadb23fe541375ab1ba3
Author: Juan A. Suarez Romero <[email protected]> Date: Thu Aug 3 11:33:41 2017 +0200 anv: Makefile.vulkan.am: ICD json files are now generated with python Commit 0ab04ba979b7 (anv: Use python to generate ICD json files) changed the way ICD json files are created. Remove the old .in files from extra dist, and add the python script. Reviewed-by: Emil Velikov <[email protected]> --- src/intel/Makefile.vulkan.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am index de5c09fd55..fa9b6ba724 100644 --- a/src/intel/Makefile.vulkan.am +++ b/src/intel/Makefile.vulkan.am @@ -46,8 +46,7 @@ EXTRA_DIST += \ $(top_srcdir)/include/vulkan/vk_icd.h \ vulkan/anv_entrypoints_gen.py \ vulkan/anv_extensions.py \ - vulkan/dev_icd.json.in \ - vulkan/intel_icd.json.in \ + vulkan/anv_icd.py \ vulkan/TODO vulkan/dev_icd.json : vulkan/anv_extensions.py vulkan/anv_icd.py _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
