meson: require drm-shim for ACO tests

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38536>
This commit is contained in:
Samuel Pitoiset 2025-11-19 16:05:15 +01:00 committed by Marge Bot
parent b4121a30df
commit a729b0ebaa

View file

@ -375,6 +375,9 @@ endif
if with_aco_tests and not with_amd_vk
error('ACO tests require Radv')
endif
if with_aco_tests and not with_tools.contains('drm-shim')
error('ACO tests require AMDGPU drm-shim')
endif
if with_radv_tests and not with_amd_vk
error('RADV tests require RADV')
endif