From: Gerd Hoffmann Date: Thu, 24 Jan 2019 11:20:52 +0000 (+0100) Subject: audio: use try-sdl for openbsd X-Git-Tag: v4.0.0-rc0~140^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f92c7168cdb2a08e183b64f193cdd10535c68c2d;p=thirdparty%2Fqemu.git audio: use try-sdl for openbsd Fixes the openbsd build failure with SDL disabled. Signed-off-by: Gerd Hoffmann Message-id: 20190124112055.547-4-kraxel@redhat.com --- diff --git a/configure b/configure index 6a2aa3b5334..1eff5946f6a 100755 --- 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"