me
/
guix
Archived
1
0
Fork 0

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.
master
Rutger Helling 2018-05-26 01:16:08 +02:00
parent 1fbad3ad22
commit a06e52279a
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 1 deletions

View File

@ -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"