From patchwork Sat Apr 9 21:13:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 90488 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 648D2B6F05 for ; Sun, 10 Apr 2011 07:14:46 +1000 (EST) Received: from localhost ([127.0.0.1]:52539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8fUQ-0006dI-7E for incoming@patchwork.ozlabs.org; Sat, 09 Apr 2011 17:14:42 -0400 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 Received: from localhost (localhost [127.0.0.1]) by mail.serverraum.org (Postfix) with ESMTP id 443913EF15; Sat, 9 Apr 2011 23:14:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.serverraum.org Received: from mail.serverraum.org ([127.0.0.1]) by localhost (web.serverraum.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WPfqEn3ZAddq; Sat, 9 Apr 2011 23:13:57 +0200 (CEST) Received: from thanatos.fritz.box (91-67-5-72-dynip.superkabel.de [91.67.5.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.serverraum.org (Postfix) with ESMTPSA id 67C7F3EEB6; Sat, 9 Apr 2011 23:13:54 +0200 (CEST) From: Michael Walle To: qemu-devel@nongnu.org Date: Sat, 9 Apr 2011 23:13:20 +0200 Message-Id: <1302383601-9955-1-git-send-email-michael@walle.cc> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <20110408100032.GA5104@edde.se.axis.com> References: <20110408100032.GA5104@edde.se.axis.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 78.47.150.89 Cc: blauwirbel@gmail.com, "Edgar E. Iglesias" , Michael Walle , Alexander Graf , Benjamin Poirier Subject: [Qemu-devel] [PATCH] configure: disable opengl per default X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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