]> git.proxmox.com Git - qemu.git/commitdiff
configure: disable opengl per default
authorMichael Walle <michael@walle.cc>
Sat, 9 Apr 2011 21:13:20 +0000 (23:13 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:50 +0000 (21:51 +0200)
There is a bug in nvidia's binary GPU driver, which causes a segmentation
fault if linked to libGL.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure

index ed4d951ce92f26766d2458d615f934455025e82c..da2da04059890f5f8cc3321a27a0f6da6d8d2dba 100755 (executable)
--- a/configure
+++ b/configure
@@ -177,6 +177,7 @@ spice=""
 rbd=""
 smartcard=""
 smartcard_nss=""
+opengl="no"
 
 # parse CC options first
 for opt do