mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
vk: Fix build
Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile to fix it.
This commit is contained in:
parent
251aea80b0
commit
9cd42b3dea
1 changed files with 1 additions and 2 deletions
|
|
@ -74,8 +74,7 @@ libvulkan_la_SOURCES = \
|
|||
BUILT_SOURCES = \
|
||||
entrypoints.h \
|
||||
entrypoints.c \
|
||||
meta-spirv.h \
|
||||
vk-spirv.h
|
||||
meta-spirv.h
|
||||
|
||||
entrypoints.h : vk_gen.py $(vulkan_include_HEADERS)
|
||||
$(AM_V_GEN)cat $(vulkan_include_HEADERS) | $(PYTHON2) $< header > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue