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

Author: Dylan Baker <dy...@pnwbakers.com>
Date:   Fri Apr 20 18:28:57 2018 -0700

autotools: include include/vulkan headers

This is needed to provide vk_android_native_buffer.h for vk_enum_to_str.

v2: - remove accidentally included changes

Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com>
Acked-by: Kenneth Graunke <kenn...@whitecape.org>

---

 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a83f2bcb5f..86d7e7f910 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,8 @@ noinst_HEADERS = \
        include/GL/wglext.h \
        include/HaikuGL \
        include/no_extern_c.h \
-       include/pci_ids
+       include/pci_ids \
+       include/vulkan
 
 # We list some directories in EXTRA_DIST, but don't actually want to include
 # the .gitignore files in the tarball.

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

Reply via email to