d3d12: Bump directx-headers dependency to v611.0 for latest video codecs and features
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26556>
This commit is contained in:
parent
2ea04ef69b
commit
90b49f16f7
5 changed files with 6 additions and 6 deletions
|
|
@ -562,7 +562,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.610.0',
|
||||
version : '>= 1.611.0',
|
||||
fallback : ['DirectX-Headers', 'dep_dxheaders'],
|
||||
required : with_gallium_d3d12 or with_microsoft_vk
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue