summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2011-04-09 23:13:20 +0200
committerAurelien Jarno <aurelien@aurel32.net>2011-04-12 21:51:50 +0200
commitf50ee4e0749604373bfd3bf3bb1d94c28787a378 (patch)
tree1b3707ac2cf16bee86fa74f0dc14c2d063b953bd /configure
parent7dae117a58dc89af15e3832fe435a4037c83d3d2 (diff)
downloadqemu-f50ee4e0749604373bfd3bf3bb1d94c28787a378.tar.gz
configure: disable opengl per default
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ed4d951ce9..da2da04059 100755
--- a/configure
+++ b/configure
@@ -177,6 +177,7 @@ spice=""
rbd=""
smartcard=""
smartcard_nss=""
+opengl="no"
# parse CC options first
for opt do