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"))))
|
"mesa-skip-disk-cache-test.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(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)
|
("libdrm" ,libdrm)
|
||||||
("libvdpau" ,libvdpau)
|
("libvdpau" ,libvdpau)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxdamage" ,libxdamage)
|
("libxdamage" ,libxdamage)
|
||||||
("libxfixes" ,libxfixes)
|
("libxfixes" ,libxfixes)
|
||||||
("libxshmfence" ,libxshmfence)
|
("libxshmfence" ,libxshmfence)
|
||||||
("libxxf86vm" ,libxxf86vm)))
|
("libxxf86vm" ,libxxf86vm)
|
||||||
|
("xorgproto" ,xorgproto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("expat" ,expat)
|
`(("expat" ,expat)
|
||||||
("dri2proto" ,dri2proto)
|
("dri2proto" ,dri2proto)
|
||||||
|
|
|
@ -935,8 +935,8 @@ the fonts protocol.")
|
||||||
(description
|
(description
|
||||||
"OpenGL Extension defines a protocol for the client to send 3D
|
"OpenGL Extension defines a protocol for the client to send 3D
|
||||||
rendering commands to the X server.")
|
rendering commands to the X server.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public iceauth
|
(define-public iceauth
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue