mirror of https://github.com/xqemu/xqemu.git
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
|
@ -829,7 +829,7 @@ NetBSD)
|
||||||
OpenBSD)
|
OpenBSD)
|
||||||
bsd="yes"
|
bsd="yes"
|
||||||
make="${MAKE-gmake}"
|
make="${MAKE-gmake}"
|
||||||
audio_drv_list="sdl"
|
audio_drv_list="try-sdl"
|
||||||
audio_possible_drivers="sdl"
|
audio_possible_drivers="sdl"
|
||||||
HOST_VARIANT_DIR="openbsd"
|
HOST_VARIANT_DIR="openbsd"
|
||||||
supported_os="yes"
|
supported_os="yes"
|
||||||
|
|
Loading…
Reference in New Issue