[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 4/7] audio: use try-sdl for openbsd
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 4/7] audio: use try-sdl for openbsd |
Date: |
Thu, 24 Jan 2019 14:20:17 +0100 |
Fixes the openbsd build failure with SDL disabled.
Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.9.3
- [Qemu-devel] [PULL 0/7] Audio 20190124 patches, Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 6/7] audio: error message tweak, Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 4/7] audio: use try-sdl for openbsd,
Gerd Hoffmann <=
- [Qemu-devel] [PULL 7/7] audio: probe audio drivers by default, Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 2/7] audio: use pkg-config, Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 3/7] audio: allow optional audio drivers., Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 1/7] audio: fix pc speaker init, Gerd Hoffmann, 2019/01/24
- [Qemu-devel] [PULL 5/7] audio: check for pulseaudio daemon pidfile, Gerd Hoffmann, 2019/01/24
- Re: [Qemu-devel] [PULL 0/7] Audio 20190124 patches, Peter Maydell, 2019/01/25