gnu: libglvnd: Fix typo in description.
* gnu/packages/gl.scm (libglvnd)[description]: Fix typo.
This commit is contained in:
parent
9a2d7e0f63
commit
a036f3ea2d
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ OpenGL graphics API.")
|
||||||
(description
|
(description
|
||||||
"libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
|
"libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
|
||||||
API calls between multiple vendors. It allows multiple drivers from
|
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.
|
vendor to dispatch each API call to at runtime.
|
||||||
|
|
||||||
Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.")
|
Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.")
|
||||||
|
|
|
||||||
Reference in a new issue