mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
7dae117a58
commit
f50ee4e074
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -177,6 +177,7 @@ spice=""
|
|||
rbd=""
|
||||
smartcard=""
|
||||
smartcard_nss=""
|
||||
opengl="no"
|
||||
|
||||
# parse CC options first
|
||||
for opt do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue