mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
meson: store dependency('threads') in a variable
It can be useful for has_function checks. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
69d8de7a2d
commit
6d7c7c2d1d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
util_ss.add(dependency('threads'))
|
||||
util_ss.add(files('osdep.c', 'cutils.c', 'unicode.c', 'qemu-timer-common.c'))
|
||||
util_ss.add(when: 'CONFIG_ATOMIC64', if_false: files('atomic64.c'))
|
||||
util_ss.add(when: 'CONFIG_POSIX', if_true: files('aio-posix.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue