gnu: Switch from glproto to xorgproto.
* gnu/packages/gl.scm (mesa)[propaged-inputs]: Replace GLPROTO with XORGPROTO. * gnu/packages/xorg.scm (glproto)[properties]: Mark as superseded by XORGPROTO.
This commit is contained in:
parent
b4d7aef536
commit
70b02a6a6a
|
@ -240,15 +240,15 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
"mesa-skip-disk-cache-test.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("glproto" ,glproto)
|
||||
;; The following are in the Requires.private field of gl.pc.
|
||||
`(;; The following are in the Requires.private field of gl.pc.
|
||||
("libdrm" ,libdrm)
|
||||
("libvdpau" ,libvdpau)
|
||||
("libx11" ,libx11)
|
||||
("libxdamage" ,libxdamage)
|
||||
("libxfixes" ,libxfixes)
|
||||
("libxshmfence" ,libxshmfence)
|
||||
("libxxf86vm" ,libxxf86vm)))
|
||||
("libxxf86vm" ,libxxf86vm)
|
||||
("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("dri2proto" ,dri2proto)
|
||||
|
|
|
@ -935,8 +935,8 @@ the fonts protocol.")
|
|||
(description
|
||||
"OpenGL Extension defines a protocol for the client to send 3D
|
||||
rendering commands to the X server.")
|
||||
(license license:x11)))
|
||||
|
||||
(license license:x11)
|
||||
(properties `((superseded . ,xorgproto)))))
|
||||
|
||||
(define-public iceauth
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue