gnu: Switch from presentproto to xorgproto.
* gnu/packages/gl.scm (mesa)[inputs]: Remove PRESENTPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Likewise. (presentproto)[properties]: Mark as superseded by XORGPROTO.master
parent
b9469160c0
commit
314144d212
|
@ -262,7 +262,6 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
(_
|
||||
`()))
|
||||
("makedepend" ,makedepend)
|
||||
("presentproto" ,presentproto)
|
||||
("wayland" ,wayland)
|
||||
("wayland-protocols" ,wayland-protocols)))
|
||||
(native-inputs
|
||||
|
|
|
@ -1629,7 +1629,8 @@ window contents from a pixmap in a well defined fashion, synchronizing
|
|||
with the display refresh and potentially using a more efficient
|
||||
mechanism than copying the contents of the source pixmap.")
|
||||
(license (license:x11-style "file://presentproto.h"
|
||||
"See 'presentproto.h' in the distribution."))))
|
||||
"See 'presentproto.h' in the distribution."))
|
||||
(properties `((superseded . ,xorgproto)))))
|
||||
|
||||
(define-public printproto
|
||||
(package
|
||||
|
@ -5097,7 +5098,6 @@ over Xlib, including:
|
|||
`(("libpciaccess" ,libpciaccess)
|
||||
("mesa" ,mesa)
|
||||
("pixman" ,pixman)
|
||||
("presentproto" ,presentproto)
|
||||
("renderproto" ,renderproto)
|
||||
("resourceproto" ,resourceproto)
|
||||
("scrnsaverproto" ,scrnsaverproto)
|
||||
|
|
Reference in New Issue