projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42975a
)
audio: use try-sdl for openbsd
author
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 24 Jan 2019 11:20:52 +0000
(12:20 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 24 Jan 2019 12:11:08 +0000
(13:11 +0100)
Fixes the openbsd build failure with SDL disabled.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id:
20190124112055
.547-4-kraxel@redhat.com
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6a2aa3b5334a0c542c142b6d9bc850ad1ead063f..1eff5946f6ae5b8059588d2c4208980c7ada3fc6 100755
(executable)
--- 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"