summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGiancarlo Devich <gdevich@microsoft.com>2023-04-11 16:38:41 -0700
committerMarge Bot <emma+marge@anholt.net>2023-04-14 03:19:22 +0000
commitcc6d87b4626f4485bc59c763848c49f6fdf9c222 (patch)
treeac983f7d3bca963f6dfbb1f9c2dd6f04218f8812 /meson.build
parent5dc4212cc1fa4c3a479d46d3fa8e7c10d1e70d37 (diff)
downloadmesa-cc6d87b4626f4485bc59c763848c49f6fdf9c222.tar.gz
d3d12: Update and require DirectX-Headers 1.610.0
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22454>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a09ad156dd2..23d2d965b37 100644
--- a/meson.build
+++ b/meson.build
@@ -502,7 +502,7 @@ if with_gallium_d3d12 or with_microsoft_clc or with_microsoft_vk
dep_dxheaders = dependency('directx-headers', required : false)
if not dep_dxheaders.found()
dep_dxheaders = dependency('DirectX-Headers',
- version : '>= 1.606.4',
+ version : '>= 1.610.0',
fallback : ['DirectX-Headers', 'dep_dxheaders'],
required : with_gallium_d3d12 or with_microsoft_vk
)