diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-24 12:20:52 +0100 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-24 13:11:08 +0100 |
| commit | f92c7168cdb2a08e183b64f193cdd10535c68c2d (patch) | |
| tree | dd06bfe6f91137609a2152194371ed2cecbb0fbb | |
| parent | e42975a153dc7d1d281b67dd31a4998d8df475f7 (diff) | |
| download | focaccia-qemu-f92c7168cdb2a08e183b64f193cdd10535c68c2d.tar.gz focaccia-qemu-f92c7168cdb2a08e183b64f193cdd10535c68c2d.zip | |
audio: use try-sdl for openbsd
Fixes the openbsd build failure with SDL disabled. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20190124112055.547-4-kraxel@redhat.com
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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" |