mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
meson: only build timspec test if timespec is available
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
fe8f8981d0
commit
8f363ce5b5
1 changed files with 3 additions and 1 deletions
|
|
@ -271,7 +271,9 @@ if with_tests
|
|||
subdir('tests/fast_urem_by_const')
|
||||
subdir('tests/hash_table')
|
||||
subdir('tests/string_buffer')
|
||||
subdir('tests/timespec')
|
||||
if cc.has_header('sys/time.h') # MinGW has this, but Vanilla windows doesn't
|
||||
subdir('tests/timespec')
|
||||
endif
|
||||
subdir('tests/vma')
|
||||
subdir('tests/set')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue