rhelling pushed a commit to branch staging
in repository guix.

commit a06e52279a223ff2d132e5ecefc0ebe73f51d4d7
Author: Rutger Helling <[email protected]>
Date:   Sat May 26 01:16:08 2018 +0200

    gnu: mesa: Restore wayland platform.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Restore wayland to 
--with-platforms for
    now, since Wayland-EGL doesn't work properly without it.
---
 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 4d6cd70..323d279 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -284,7 +284,7 @@ also known as DXTn or DXTC) for Mesa.")
               
'("--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
          ;; Enable various optional features.  TODO: opencl requires libclc,
          ;; omx requires libomxil-bellagio
-         "--with-platforms=x11,drm,surfaceless"
+         "--with-platforms=x11,drm,surfaceless,wayland"
          "--enable-glx-tls"        ;Thread Local Storage, improves performance
          ;; "--enable-opencl"
          ;; "--enable-omx"

Reply via email to