[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 3/4] configure: Let SDL support be optional o
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v2 3/4] configure: Let SDL support be optional on OpenBSD |
Date: |
Thu, 24 Jan 2019 16:33:55 +0100 |
User-agent: |
NeoMutt/20180716 |
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
- [Qemu-devel] [PATCH v2 0/4] sdl: Let it be optional (in particular, on OpenBSD), Philippe Mathieu-Daudé, 2019/01/23
- [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Philippe Mathieu-Daudé, 2019/01/23
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Gerd Hoffmann, 2019/01/24
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Philippe Mathieu-Daudé, 2019/01/24
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Philippe Mathieu-Daudé, 2019/01/28
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Peter Maydell, 2019/01/28
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Philippe Mathieu-Daudé, 2019/01/28
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Paolo Bonzini, 2019/01/29
- Re: [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source, Peter Maydell, 2019/01/29