gnu: Switch from windowswmproto to xorgproto.
* gnu/packages/xorg.scm (libwindowswm)[inputs]: Remove WINDOWSWMPROTO. (windowswmproto)[properties]: Mark as superseded by XORGPROTO.
This commit is contained in:
parent
205b83ad15
commit
196abe4d91
|
@ -1248,8 +1248,7 @@ hit when running single-threaded.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("xorgproto" ,xorgproto)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)))
|
||||||
("windowswmproto" ,windowswmproto)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
@ -1958,8 +1957,8 @@ mainly to rescale video playback in the video controller hardware.")
|
||||||
an X11 server and the Microsoft Windows native window manager. WindowsWM
|
an X11 server and the Microsoft Windows native window manager. WindowsWM
|
||||||
is only intended to be used on Cygwin when running a rootless XWin
|
is only intended to be used on Cygwin when running a rootless XWin
|
||||||
server.")
|
server.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public x11perf
|
(define-public x11perf
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue