On Thu, Jan 24, 2019 at 02:51:08PM +0100, Philippe Mathieu-Daudé wrote: > On 1/24/19 12:23 PM, Gerd Hoffmann wrote: > >> sdl) > >> if test "$sdl" = "no"; then > >> - error_exit "sdl not found or disabled, can not use sdl audio > >> driver" > >> + echo "WARN: sdl not found or disabled, can not use sdl audio > >> driver" > >> + audio_drv_list=$(echo "$audio_drv_list" | sed -e 's/sdl *//g') > > > > Busy tackling that in a separate patch series (audio: rework driver > > probing) > > But we need the Milkymist TMU fixes to build without SDL, > I still get this error when building the series you mentioned using > --disable-sdl on OpenBSD:
Yep. Try https://git.kraxel.org/cgit/qemu/log/?h=sirius/drop-sdl1 That is the audio series and the first two patches of this series plus Daniel's sdl1 removal patch rebased. Looks good so far, need to run some more build tests though. cheers, Gerd