]> xenbits.xensource.com Git - qemu-xen.git/commit
meson.build: Allow to disable OSS again
authorThomas Huth <thuth@redhat.com>
Tue, 2 Nov 2021 10:58:22 +0000 (11:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Nov 2021 14:57:28 +0000 (15:57 +0100)
commitab486f165b882aa5b02d0b48d6fa242a2d3c10da
treeadaafab733d0a29f0b43813450e86212904f470c
parent6638cae5f65c5f6fb312ef6f1635b29d2fd056aa
meson.build: Allow to disable OSS again

If sys/soundcard.h is available, it is currently not possible to
disable OSS with the --disable-oss or --without-default-features
configure switches. Improve the check in meson.build to fix this.

Fixes: 87430d5b13 ("configure, meson: move audio driver detection to Meson")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211102105822.773131-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build