If QEMU is configured with --disable-audio, do not compile the audio tests.
Signed-off-by: Sergei Heifetz <[email protected]> --- tests/audio/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/audio/meson.build b/tests/audio/meson.build index 84754bde22..97c1d623bb 100644 --- a/tests/audio/meson.build +++ b/tests/audio/meson.build @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later -if not have_system +if not have_audio subdir_done() endif -- 2.34.1
