gnu: Switch from xineramaproto to xorgproto.
* gnu/packages/xorg.scm (xineramaproto)[properties]: Mark as superseded by XORGPROTO. (libxinerama)[propagated-inputs]: Replace XINERAMAPROTO with XORGPROTO. (xorg-server)[propagated-inputs]: Remove XINERAMAPROTO.
This commit is contained in:
parent
5b6f1be783
commit
ba57d602e3
1 changed files with 3 additions and 4 deletions
|
@ -3678,8 +3678,8 @@ (define-public xineramaproto
|
|||
which may be provided by different underlying screen combination
|
||||
technologies in the X server, such as the original Xinerama multiplexer, or
|
||||
alternative implementations like XRandR or TwinView.")
|
||||
(license license:x11)))
|
||||
|
||||
(license license:x11)
|
||||
(properties `((superseded . ,xorgproto)))))
|
||||
|
||||
(define-public xinput
|
||||
(package
|
||||
|
@ -4574,7 +4574,7 @@ (define-public libxinerama
|
|||
"1qlqfvzw45gdzk9xirgwlp2qgj0hbsyiqj8yh8zml2bk2ygnjibs"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("xineramaproto" ,xineramaproto)))
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
`(("libxext" ,libxext)
|
||||
("libx11" ,libx11)))
|
||||
|
@ -5093,7 +5093,6 @@ (define-public xorg-server
|
|||
`(("libpciaccess" ,libpciaccess)
|
||||
("mesa" ,mesa)
|
||||
("pixman" ,pixman)
|
||||
("xineramaproto" ,xineramaproto)
|
||||
("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
`(("udev" ,eudev)
|
||||
|
|
Loading…
Reference in a new issue