mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
anv: Makefile.vulkan.am: ICD json files are now generated with python
Commit 0ab04ba979 (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 <emil.velikov@collabora.com>
This commit is contained in:
parent
fc625ba072
commit
86c68e0a33
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue