From cc6d87b4626f4485bc59c763848c49f6fdf9c222 Mon Sep 17 00:00:00 2001 From: Giancarlo Devich Date: Tue, 11 Apr 2023 16:38:41 -0700 Subject: d3d12: Update and require DirectX-Headers 1.610.0 Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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 ) -- cgit v1.2.1