Mesa (master): anv: automake: ship intel_icd.json.in in the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Thu Oct 6 15:20:42 UTC 2016


Module: Mesa
Branch: master
Commit: 0b6837a643bbbf3c57c5cc5030279fb4389b23b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b6837a643bbbf3c57c5cc5030279fb4389b23b7

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Sep 19 13:14:39 2016 +0100

anv: automake: ship intel_icd.json.in in the tarball

Otherwise we'll fail to (re)generate intel_icd.json.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/intel/vulkan/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index ce31abb..54a51be 100644
--- 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)




More information about the mesa-commit mailing list