From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33171 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8fTp-0006aa-Sz for qemu-devel@nongnu.org; Sat, 09 Apr 2011 17:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8fTo-0001CF-N0 for qemu-devel@nongnu.org; Sat, 09 Apr 2011 17:14:05 -0400 Received: from mail.serverraum.org ([78.47.150.89]:46445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8fTo-0001Bv-IL for qemu-devel@nongnu.org; Sat, 09 Apr 2011 17:14:04 -0400 From: Michael Walle Date: Sat, 9 Apr 2011 23:13:20 +0200 Message-Id: <1302383601-9955-1-git-send-email-michael@walle.cc> In-Reply-To: <20110408100032.GA5104@edde.se.axis.com> References: <20110408100032.GA5104@edde.se.axis.com> Subject: [Qemu-devel] [PATCH] configure: disable opengl per default List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, "Edgar E. Iglesias" , Michael Walle , Alexander Graf , Benjamin Poirier There is a bug in nvidia's binary GPU driver, which causes a segmentation fault if linked to libGL. Signed-off-by: Michael Walle --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 2bb3faa..be40a31 100755 --- a/configure +++ b/configure @@ -177,6 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" +opengl="no" # parse CC options first for opt do -- 1.7.2.3