summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2022-08-31 12:32:33 -0700
committerMarge Bot <emma+marge@anholt.net>2022-10-20 00:30:21 +0000
commit18683917327edd79605752271f52a99fab1d8678 (patch)
treec08c21811f075b1c4e2258a6a6383cbebc33036f /meson.build
parent91085bf3379fa32d2cd3f164c8e84542b94baaab (diff)
downloadmesa-18683917327edd79605752271f52a99fab1d8678.tar.gz
deps: Update DirectX-Headers req to 1.606.4
Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18305>
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 3e523ee242a..9f7db50225f 100644
--- a/meson.build
+++ b/meson.build
@@ -625,7 +625,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.602.0',
+ version : '>= 1.606.4',
fallback : ['DirectX-Headers', 'dep_dxheaders'],
required : with_gallium_d3d12 or with_microsoft_vk
)