me
/
guix
Archived
1
0
Fork 0

gnu: libglvnd: Fix typo in description.

* gnu/packages/gl.scm (libglvnd)[description]: Fix typo.
master
Tobias Geerinckx-Rice 2021-04-09 19:58:17 +02:00
parent 9a2d7e0f63
commit a036f3ea2d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ OpenGL graphics API.")
(description
"libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
API calls between multiple vendors. It allows multiple drivers from
different vendors to coexist on the same filesystem, and determines which
different vendors to coexist on the same file system, and determines which
vendor to dispatch each API call to at runtime.
Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.")