mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
audio: use try-sdl for openbsd
Fixes the openbsd build failure with SDL disabled. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20190124112055.547-4-kraxel@redhat.com
This commit is contained in:
parent
e42975a153
commit
f92c7168cd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -829,7 +829,7 @@ NetBSD)
|
|||
OpenBSD)
|
||||
bsd="yes"
|
||||
make="${MAKE-gmake}"
|
||||
audio_drv_list="sdl"
|
||||
audio_drv_list="try-sdl"
|
||||
audio_possible_drivers="sdl"
|
||||
HOST_VARIANT_DIR="openbsd"
|
||||
supported_os="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue