From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 07/10] gnu: mesa: Enable virtio gallium driver. Date: Mon, 18 Jul 2016 18:55:49 +0200 Message-ID: <20160718165552.1480-7-david@craven.ch> References: <20160709125011.24587-1-david@craven.ch> <20160718165552.1480-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBqE-0001j9-93 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBqC-0002qN-8S for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:25 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:44466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBqB-0002mu-1A for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:24 -0400 In-Reply-To: <20160718165552.1480-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: David Craven * gnu/packages/gl.scm (mesa): Enable virtio gallium driver. --- gnu/packages/gl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 67bab1b..5e4fca9 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -231,7 +231,7 @@ also known as DXTn or DXTC) for Mesa.") (arguments `(#:configure-flags '(;; drop r300 from default gallium drivers, as it requires llvm - "--with-gallium-drivers=r600,svga,swrast,nouveau" + "--with-gallium-drivers=r600,svga,swrast,nouveau,virgl" ;; Enable various optional features. TODO: opencl requires libclc, ;; omx requires libomxil-bellagio "--with-egl-platforms=x11,drm,wayland" -- 2.9.0