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

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Fri Sep 15 13:40:22 2017 +0100

automake: include radv_shader.h in the sources list

Otherwise it will be missing from the tarball, leadin to build failure.

Fixes: d4d777317b9 ("radv: move shaders related code to radv_shader.c")
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>

---

 src/amd/vulkan/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources
index 9489219f5b..fbdb797120 100644
--- a/src/amd/vulkan/Makefile.sources
+++ b/src/amd/vulkan/Makefile.sources
@@ -59,6 +59,7 @@ VULKAN_FILES := \
        radv_private.h \
        radv_radeon_winsys.h \
        radv_shader.c \
+       radv_shader.h \
        radv_query.c \
        radv_util.c \
        radv_util.h \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to