summaryrefslogtreecommitdiff
path: root/include/meson.build
diff options
context:
space:
mode:
authorChad Versace <chad@kiwitree.net>2020-08-20 10:10:28 -0700
committerMarge Bot <eric+marge@anholt.net>2021-04-08 14:15:55 +0000
commit5e6db1916860ec217eac60903e0a9d10189d1c53 (patch)
tree8ca5e0452dde5ba1b037c0816166461338a84d1d /include/meson.build
parentf4c6988184486c0e13cc78783971a931772695d6 (diff)
anv: Remove vkCreateDmaBufINTEL (v4)
Superceded by VK_EXT_image_drm_format_modifier. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (v1) Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> (v4) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1466>
Diffstat (limited to 'include/meson.build')
-rw-r--r--include/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/meson.build b/include/meson.build
index 4ee415fb4f3..d1d5787cf1d 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -142,7 +142,3 @@ 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