From f50ee4e0749604373bfd3bf3bb1d94c28787a378 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Sat, 9 Apr 2011 23:13:20 +0200 Subject: [PATCH] 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 Signed-off-by: Aurelien Jarno --- configure | 1 + 1 file changed, 1 insertion(+) 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