projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dae117
)
configure: disable opengl per default
author
Michael Walle
<michael@walle.cc>
Sat, 9 Apr 2011 21:13:20 +0000
(23:13 +0200)
committer
Aurelien 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
patch
|
blob
|
history
diff --git
a/configure
b/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