Mesa (master): radv: automake: list correct file in the EXTRA_DIST

Emil Velikov evelikov at kemper.freedesktop.org
Thu Nov 10 18:52:32 UTC 2016


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Nov 10 18:50:13 2016 +0000

radv: automake: list correct file in the EXTRA_DIST

Earlier commit renamed the file radeon_icd.json{,.in} but missed one
reference of the file - in EXTRA_DIST.

Cc: "13.0" <mesa-stable at lists.freedesktop.org>
Fixes: 0f434a68a ("radv: Suffix the radeon_icd file with the host CPU")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/amd/vulkan/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am
index 190be8d..c559a95 100644
--- a/src/amd/vulkan/Makefile.am
+++ b/src/amd/vulkan/Makefile.am
@@ -135,7 +135,7 @@ CLEANFILES = $(BUILT_SOURCES) dev_icd.json radeon_icd. at host_cpu@.json
 EXTRA_DIST = \
 	$(top_srcdir)/include/vulkan/vk_icd.h \
 	dev_icd.json.in \
-	radeon_icd.json \
+	radeon_icd.json.in \
 	radv_entrypoints_gen.py \
 	vk_format_layout.csv \
 	vk_format_parse.py \




More information about the mesa-commit mailing list