Re: [Qemu-devel] [PATCH] configure: Let SDL support be optional on OpenBSD

2019-01-23 Thread Philippe Mathieu-Daudé
On 1/23/19 10:33 AM, Daniel P. Berrangé wrote: > On Tue, Jan 22, 2019 at 07:20:35PM +, Peter Maydell wrote: >> On Tue, 22 Jan 2019 at 19:05, Philippe Mathieu-Daudé >> wrote: >>> >>> Currently if we try to build QEMU on OpenBSD with SDL disabled, we get: >>> >>> $ ./configure

Re: [Qemu-devel] [PATCH] configure: Let SDL support be optional on OpenBSD

2019-01-23 Thread Daniel P . Berrangé
On Tue, Jan 22, 2019 at 07:20:35PM +, Peter Maydell wrote: > On Tue, 22 Jan 2019 at 19:05, Philippe Mathieu-Daudé > wrote: > > > > Currently if we try to build QEMU on OpenBSD with SDL disabled, we get: > > > > $ ./configure --cc=x86_64-unknown-openbsd6.1-gcc-4.9.4 --python=python2.7 > >

Re: [Qemu-devel] [PATCH] configure: Let SDL support be optional on OpenBSD

2019-01-22 Thread Peter Maydell
On Tue, 22 Jan 2019 at 19:05, Philippe Mathieu-Daudé wrote: > > Currently if we try to build QEMU on OpenBSD with SDL disabled, we get: > > $ ./configure --cc=x86_64-unknown-openbsd6.1-gcc-4.9.4 --python=python2.7 > --disable-sdl > > ERROR: sdl not found or disabled, can not use sdl audio

[Qemu-devel] [PATCH] configure: Let SDL support be optional on OpenBSD

2019-01-22 Thread Philippe Mathieu-Daudé
Currently if we try to build QEMU on OpenBSD with SDL disabled, we get: $ ./configure --cc=x86_64-unknown-openbsd6.1-gcc-4.9.4 --python=python2.7 --disable-sdl ERROR: sdl not found or disabled, can not use sdl audio driver Since SDL is not a requirement for OpenBSD, let it be optional (we