From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLZY-00089E-Lf for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaLZS-0007wg-RL for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:01:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLZS-0007vq-M8 for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:00:58 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 874478E238 for ; Mon, 29 Feb 2016 11:00:57 +0000 (UTC) Message-ID: <1456743655.31865.34.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 29 Feb 2016 12:00:55 +0100 In-Reply-To: <56D01B13.9090407@redhat.com> References: <1456237462-3687-1-git-send-email-kraxel@redhat.com> <1456237462-3687-3-git-send-email-kraxel@redhat.com> <56D01B13.9090407@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 2/8] configure: add dma-buf support detection. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Hi, > > if test "$opengl" !=3D "no" ; then > > - opengl_pkgs=3D"epoxy" > > + opengl_pkgs=3D"epoxy libdrm gbm" >=20 > This disables OpenGL entirely if libdrm or mesa-libgbm is unavailable. > Is it intentional? Right now OpenGL has a X11 dependency anyway, so I don't think this is a big problem, libdrm + mesa-libgbm should be available for all current users. When enabling opengl on macos / windows we probably want look at this. cheers, Gerd