mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
2 changed files with 5 additions and 5 deletions
|
@ -240,15 +240,15 @@ (define-public 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 @@ (define-public glproto
|
|||
(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 a new issue