[Mesa-dev] [PATCH] radv: automake: Don't install vk_platform.h or vulkan.h.

Emil Velikov emil.l.velikov at gmail.com
Fri Jan 27 18:25:33 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

These files belong to the vulkan loader.

Identical to
045f38a5075 vulkan: Don't install vk_platform.h or vulkan.h.

Cc: Dave Airlie <airlied at redhat.com>
Cc: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Cc: Matt Turner <mattst88 at gmail.com>
Cc: 17.0 <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Fixing ANV and leaving RADV is a bit iffy. I'd love if we can get both
to do the sa[nm]e thing.
---
 src/amd/vulkan/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am
index b47109bd5a..66708cb680 100644
--- a/src/amd/vulkan/Makefile.am
+++ b/src/amd/vulkan/Makefile.am
@@ -21,9 +21,7 @@
 
 include Makefile.sources
 
-vulkan_includedir = $(includedir)/vulkan
-
-vulkan_include_HEADERS = \
+noinst_HEADERS = \
 	$(top_srcdir)/include/vulkan/vk_platform.h \
 	$(top_srcdir)/include/vulkan/vulkan.h
 
-- 
2.11.0



More information about the mesa-dev mailing list