From a06e52279a223ff2d132e5ecefc0ebe73f51d4d7 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Sat, 26 May 2018 01:16:08 +0200 Subject: 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(-) (limited to 'gnu/packages/gl.scm') diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 4d6cd705c3..323d279ea0 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" -- cgit v1.2.3