mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
meson: install vulkan_intel.h header
Fixes:d1992255bb("meson: Add build Intel "anv" vulkan driver") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commite23192022a)
This commit is contained in:
parent
0a62b02c05
commit
9f8e6c1efa
1 changed files with 4 additions and 0 deletions
|
|
@ -98,3 +98,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue