From patchwork Mon Apr 25 22:09:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 92816 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1EABEB6EF1 for ; Tue, 26 Apr 2011 08:09:31 +1000 (EST) Received: from localhost ([::1]:38481 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETyC-0006Da-8E for incoming@patchwork.ozlabs.org; Mon, 25 Apr 2011 18:09:28 -0400 Received: from eggs.gnu.org ([140.186.70.92]:44623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETy0-0006DB-Sc for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QETxz-0004nn-Ul for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:16 -0400 Received: from mail.serverraum.org ([78.47.150.89]:53006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETxz-0004na-NZ for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:15 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.serverraum.org (Postfix) with ESMTP id CEAF33EF24; Tue, 26 Apr 2011 00:09:14 +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 06cDoYdCRvAD; Tue, 26 Apr 2011 00:09:09 +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 99F673EF23; Tue, 26 Apr 2011 00:09:09 +0200 (CEST) From: Michael Walle To: qemu-devel@nongnu.org Date: Tue, 26 Apr 2011 00:09:01 +0200 Message-Id: <1303769341-21578-2-git-send-email-michael@walle.cc> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <20110425200457.GA21831@volta.aurel32.net> References: <20110425200457.GA21831@volta.aurel32.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 78.47.150.89 Cc: Michael Walle , Alexander Graf , Aurelien Jarno Subject: [Qemu-devel] [PATCH 2/2] configure: reenable opengl by default X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Because the opengl library is only linked to for the lm32 target, we can now safely enable opengl by default again. Signed-off-by: Michael Walle --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 9825b12..6c131dd 100755 --- a/configure +++ b/configure @@ -177,7 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" -opengl="no" +opengl="" # parse CC options first for opt do