diff mbox series

[v3,3/6] audio: use try-sdl for openbsd

Message ID 20190124112055.547-4-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show
Series audio: rework driver probing. | expand

Commit Message

Gerd Hoffmann Jan. 24, 2019, 11:20 a.m. UTC
Fixes the openbsd build failure with SDL disabled.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configure b/configure
index 6a2aa3b533..1eff5946f6 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"