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:
committed by
Marge Bot
parent
b4121a30df
commit
a729b0ebaa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user