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:
Faith Ekstrand 2025-10-24 11:17:38 -04:00 committed by Marge Bot
parent 64131475a8
commit 13199c37c1

View file

@ -117,6 +117,6 @@ if with_tests
)
endif
if with_tools.contains('zink')
if with_tools.contains('zink') and false
subdir('check_requirements')
endif