]> git.proxmox.com Git - mirror_qemu.git/commitdiff
audio: use try-sdl for openbsd
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 11:20:52 +0000 (12:20 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 12:11:08 +0000 (13:11 +0100)
Fixes the openbsd build failure with SDL disabled.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190124112055.547-4-kraxel@redhat.com

configure

index 6a2aa3b5334a0c542c142b6d9bc850ad1ead063f..1eff5946f6ae5b8059588d2c4208980c7ada3fc6 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"