mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
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:
parent
b4121a30df
commit
a729b0ebaa
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue