summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <[email protected]>2017-08-03 11:33:41 +0200
committerJuan A. Suarez Romero <[email protected]>2017-08-04 09:54:46 +0200
commit86c68e0a33ea5de7f64eeadb23fe541375ab1ba3 (patch)
treed23afe7c96e728a9c1d2132454f9a79f89317447 /src
parentfc625ba0727c7f72ac73ff6e457650476553908e (diff)
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]>
Diffstat (limited to 'src')
-rw-r--r--src/intel/Makefile.vulkan.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am
index de5c09fd559..fa9b6ba7245 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