gnu: Switch from xf86vidmodeproto to xorgproto.
* gnu/packages/xorg.scm (xf86vidmodeproto)[properties]: Mark as superseded by XORGPROTO. (libxxf86vm)[propagated-inputs]: Replace XF86VIDMODEPROTO with XORGPROTO. (xorg-server)[inputs]: Remove XF86VIDMODEPROTO.
This commit is contained in:
parent
d7f3769195
commit
5b6f1be783
|
@ -3591,8 +3591,8 @@ requiring data to be passed through the X server.")
|
||||||
(description
|
(description
|
||||||
"XFree86 Video Mode Extension defines a protocol for dynamically
|
"XFree86 Video Mode Extension defines a protocol for dynamically
|
||||||
configuring modelines and gamma.")
|
configuring modelines and gamma.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public xgamma
|
(define-public xgamma
|
||||||
(package
|
(package
|
||||||
|
@ -5002,7 +5002,7 @@ new API's in libXft, or the legacy API's in libX11.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libxext" ,libxext)
|
`(("libxext" ,libxext)
|
||||||
("xf86vidmodeproto" ,xf86vidmodeproto)))
|
("xorgproto" ,xorgproto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)))
|
`(("libx11" ,libx11)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -5112,7 +5112,6 @@ over Xlib, including:
|
||||||
("libxshmfence" ,libxshmfence)
|
("libxshmfence" ,libxshmfence)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("libxv" ,libxv)
|
("libxv" ,libxv)
|
||||||
("xf86vidmodeproto" ,xf86vidmodeproto)
|
|
||||||
("xkbcomp" ,xkbcomp)
|
("xkbcomp" ,xkbcomp)
|
||||||
("xkeyboard-config" ,xkeyboard-config)
|
("xkeyboard-config" ,xkeyboard-config)
|
||||||
("xtrans" ,xtrans)
|
("xtrans" ,xtrans)
|
||||||
|
|
Loading…
Reference in New Issue