qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 3/6] audio: use try-sdl for openbsd


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 3/6] audio: use try-sdl for openbsd
Date: Wed, 23 Jan 2019 16:21:09 +0100

Fixes the openbsd build failure with SDL disabled.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d32e4f6dbb..99f3c10759 100755
--- a/configure
+++ b/configure
@@ -828,7 +828,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"
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]