Re: [Qemu-devel] [PATCH] configure: disable opengl per default

2011-04-12 Thread Aurelien Jarno
On Sat, Apr 09, 2011 at 11:13:20PM +0200, Michael Walle wrote: > There is a bug in nvidia's binary GPU driver, which causes a segmentation > fault if linked to libGL. > > Signed-off-by: Michael Walle > --- > configure |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Thanks, applied.

[Qemu-devel] [PATCH] configure: disable opengl per default

2011-04-09 Thread Michael Walle
There is a bug in nvidia's binary GPU driver, which causes a segmentation fault if linked to libGL. Signed-off-by: Michael Walle --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 2bb3faa..be40a31 100755 --- a/configure +++ b/config