projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42115d
)
anv: automake: ship intel_icd.json.in in the tarball
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 19 Sep 2016 12:14:39 +0000
(13:14 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 14:03:46 +0000
(15:03 +0100)
Otherwise we'll fail to (re)generate intel_icd.json.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/Makefile.am
b/src/intel/vulkan/Makefile.am
index ce31abb2fce7982cd6c7d7817185404d2064210f..54a51be73925057b737c190dad518940824a721b 100644
(file)
--- a/
src/intel/vulkan/Makefile.am
+++ b/
src/intel/vulkan/Makefile.am
@@
-150,6
+150,7
@@
EXTRA_DIST = \
$(top_srcdir)/include/vulkan/vk_icd.h \
anv_entrypoints_gen.py \
dev_icd.json.in \
+ intel_icd.json.in \
intel_icd.json
libvulkan_intel_la_LIBADD = $(VULKAN_LIB_DEPS)