Mesa (master): meson: install vulkan_intel.h header

Dylan Baker dbaker at kemper.freedesktop.org
Fri Mar 2 19:11:41 UTC 2018


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Fri Mar  2 10:28:11 2018 -0800

meson: install vulkan_intel.h header

Fixes: d1992255bb29054fa51763376d125183a9f602f3
       ("meson: Add build Intel "anv" vulkan driver")
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 include/meson.build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/meson.build b/include/meson.build
index 28ffb33215..b4555eabbf 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -106,3 +106,7 @@ if with_gallium_opencl and not with_opencl_icd
     subdir: 'CL'
   )
 endif
+
+if with_intel_vk
+  install_headers('vulkan/vulkan_intel.h', subdir : 'vulkan')
+endif




More information about the mesa-commit mailing list