mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
zink: Disable building the zink_check_requirements tool for now
The vulkan header update is going to break it. We'll re-enable as soon as LunarG does a header update in Vulkan-profiles. Until then, I've filed a tracker issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14176 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38042>
This commit is contained in:
parent
64131475a8
commit
13199c37c1
1 changed files with 1 additions and 1 deletions
|
|
@ -117,6 +117,6 @@ if with_tests
|
|||
)
|
||||
endif
|
||||
|
||||
if with_tools.contains('zink')
|
||||
if with_tools.contains('zink') and false
|
||||
subdir('check_requirements')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue