d3d12: Bump directx-headers dependency to v613
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28424>
This commit is contained in:
@@ -585,7 +585,7 @@ if with_gallium_d3d12 or with_microsoft_clc or with_microsoft_vk
|
|||||||
dep_dxheaders = dependency('directx-headers', required : false)
|
dep_dxheaders = dependency('directx-headers', required : false)
|
||||||
if not dep_dxheaders.found()
|
if not dep_dxheaders.found()
|
||||||
dep_dxheaders = dependency('DirectX-Headers',
|
dep_dxheaders = dependency('DirectX-Headers',
|
||||||
version : '>= 1.611.0',
|
version : '>= 1.613.0',
|
||||||
fallback : ['DirectX-Headers', 'dep_dxheaders'],
|
fallback : ['DirectX-Headers', 'dep_dxheaders'],
|
||||||
required : with_gallium_d3d12 or with_microsoft_vk
|
required : with_gallium_d3d12 or with_microsoft_vk
|
||||||
)
|
)
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
directory = DirectX-Headers-1.0
|
directory = DirectX-Headers-1.0
|
||||||
|
|
||||||
url = https://github.com/microsoft/DirectX-Headers.git
|
url = https://github.com/microsoft/DirectX-Headers.git
|
||||||
revision = v1.611.0
|
revision = v1.613.1
|
||||||
|
Reference in New Issue
Block a user