From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWMsM-0001FV-GP for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:31:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWMsF-00068l-Ur for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:31:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWMsF-000671-NX for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:31:23 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2DAVM5b027180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 13 Mar 2015 06:31:22 -0400 Received: from [10.36.116.42] (ovpn-116-42.ams2.redhat.com [10.36.116.42]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2DAVKdb017902 for ; Fri, 13 Mar 2015 06:31:21 -0400 Message-ID: <1426242680.10431.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 13 Mar 2015 11:31:20 +0100 In-Reply-To: <1426240033-24673-2-git-send-email-kraxel@redhat.com> References: <1426240033-24673-1-git-send-email-kraxel@redhat.com> <1426240033-24673-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] opengl: require glx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fr, 2015-03-13 at 10:47 +0100, Gerd Hoffmann wrote: > hw/display/milkymist-tmu2.c uses glx. That will be replaced with egl in > the future, with qemu getting more opengl support. But we are not there > yet, so put it back into configure to fix build failures on machines > without glx (i.e. macos, possibly windows too). Oops, scratch that one, old leftover *.patch file. sorry, Gerd