projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251aea8
)
vk: Fix build
author
Chad Versace
<chad.versace@intel.com>
Thu, 4 Jun 2015 16:01:30 +0000
(09:01 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Thu, 4 Jun 2015 16:01:30 +0000
(09:01 -0700)
Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile
to fix it.
src/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/vulkan/Makefile.am
b/src/vulkan/Makefile.am
index ce3f6b063913e33983d4d0b77c3c77a308f9c661..f8517053f4ff745f3779a6e96d35c49af2e2f83b 100644
(file)
--- a/
src/vulkan/Makefile.am
+++ b/
src/vulkan/Makefile.am
@@
-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 > $@