ci: Bump DirectX-Headers and Agility SDK dependencies to 1.614.1

Reviewed-By: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31092>
This commit is contained in:
Sil Vilerino
2024-09-06 18:19:27 -04:00
committed by Marge Bot
parent 8338e2082e
commit 702bd657cc
8 changed files with 10 additions and 10 deletions

View File

@@ -580,7 +580,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.613.0',
version : '>= 1.614.1',
fallback : ['DirectX-Headers', 'dep_dxheaders'],
required : with_gallium_d3d12 or with_microsoft_vk
)