Skip to content
Snippets Groups Projects
Commit 17ef581a authored by Lina Versace's avatar Lina Versace
Browse files

HACK: vulkan: Install Vulkan headers

This allows me to build apps against new extensions without installing
an updated loader.
parent d71413dd
No related branches found
No related tags found
Loading
......@@ -66,3 +66,15 @@ if with_egl
subdir : 'EGL',
)
endif
# HACK
if _vulkan_drivers != []
install_headers(
'vulkan/vk_android_native_buffer.h',
'vulkan/vk_icd.h',
'vulkan/vk_platform.h',
'vulkan/vulkan.h',
'vulkan/vulkan_intel.h',
subdir : 'vulkan',
)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment