From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e57cW-0002A9-L9 for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e57cR-0003cB-0A for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40455) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e57cQ-0003c4-Sh for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e57cQ-00069c-I0 for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:02 -0400 Subject: [bug#28853] [PATCH 5/8] gnu: qemu: Add OpenGL support. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171015151545.024a589f@uwaterloo.ca> <20171015200328.4830-5-ajpatter@uwaterloo.ca> Date: Thu, 19 Oct 2017 11:59:37 +0200 In-Reply-To: <20171015200328.4830-5-ajpatter@uwaterloo.ca> (Andy Patterson's message of "Sun, 15 Oct 2017 16:03:25 -0400") Message-ID: <87fuafmp9y.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andy Patterson Cc: 28853@debbugs.gnu.org Andy Patterson skribis: > Enables virgl support with spice 0.13+. > > * gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add > --enable-opengl. > [inputs]: Add libdrm and libepoxy. > (qemu-minimal)[inputs]: Remove libdrm and libepoxy. Applied.