From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXMY-0000BQ-Gl for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXXMU-0005XZ-Es for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXMU-0005XV-88 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:26 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2GFtP0f016373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Mar 2015 11:55:25 -0400 Message-ID: <5506FCEC.3000104@redhat.com> Date: Mon, 16 Mar 2015 11:55:24 -0400 From: Max Reitz MIME-Version: 1.0 References: <1426497037-18209-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1426497037-18209-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.3] opengl: fix configure test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: quintela@redhat.com On 2015-03-16 at 05:10, Gerd Hoffmann wrote: > Re-add the glx compile test to configure. We can't use pkg-config to > probe for glx, and as long as milkymist-tmu2 privately uses glx (due to > opengl infrastructure in qemu not being ready yet) we must continue to > test for glx to avoid build failures. > > Reported-by: Juan Quintela > Signed-off-by: Gerd Hoffmann > --- > configure | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz