]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
meson: define symbols for all available audio drivers
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Oct 2021 13:06:10 +0000 (15:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Oct 2021 07:50:56 +0000 (09:50 +0200)
commite5424a2997bd5c6d480e80d3aa106bd4fba5fa7c
tree7972f1f775a8c322af6f068bb34c7412b9fecddc
parent87430d5b13fdef0768cdb55352652ff78095e761
meson: define symbols for all available audio drivers

All drivers are now built by default if the corresponding libraries
are available, similar to how all other modules behave;
--audio-drv-list only governs the default choice of the audio driver.

Adjust the CONFIG_AUDIO_* preprocessor symbols so that they are
based on library availability rather than --audio-drv-list, so that
the tests and -audiodev help follow the new logic.

Cc: Gerd Hoffman <kraxel@redhat.com>
Cc: Volker RĂ¼melin <vr_qemu@t-online.de>
Message-Id: <20211007130630.632028-5-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build