guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mesa: Build tegra driver on arm systems.


From: Efraim Flashner
Subject: 01/01: gnu: mesa: Build tegra driver on arm systems.
Date: Wed, 13 Jun 2018 12:38:03 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit a8ef66f94d06087a7f9a6531e41f4395397921e3
Author: Efraim Flashner <address@hidden>
Date:   Wed Jun 13 19:36:53 2018 +0300

    gnu: mesa: Build tegra driver on arm systems.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Add 'tegra' to the
    gallium-drivers list for armhf-linux and aarch64-linux.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 30dd9a1..eb4e587 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -275,10 +275,10 @@ also known as DXTn or DXTC) for Mesa.")
        '(,@(match (%current-system)
              ("armhf-linux"
               ;; TODO: Add etnaviv,imx when libdrm supports etnaviv.
-              
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
+              
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,tegra,vc4,virgl"))
              ("aarch64-linux"
               ;; TODO: Fix svga driver for aarch64 and armhf.
-              
'("--with-gallium-drivers=freedreno,nouveau,pl111,r300,r600,swrast,vc4,virgl"))
+              
'("--with-gallium-drivers=freedreno,nouveau,pl111,r300,r600,swrast,tegra,vc4,virgl"))
              (_
               
'("--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
          ;; Enable various optional features.  TODO: opencl requires libclc,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]