mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Switch from xf86bigfontproto to xorgproto.
* gnu/packages/xorg.scm (xf86bigfontproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XF86BIGFONTPROTO.
This commit is contained in:
parent
ab667712ed
commit
d7f3769195
1 changed files with 2 additions and 3 deletions
|
@ -3521,8 +3521,8 @@ (define-public xf86bigfontproto
|
||||||
(description
|
(description
|
||||||
"XFree86 Bigfont Extension contains header files and documentation
|
"XFree86 Bigfont Extension contains header files and documentation
|
||||||
for the XF86BigFontProto protocol.")
|
for the XF86BigFontProto protocol.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public xf86dgaproto
|
(define-public xf86dgaproto
|
||||||
(package
|
(package
|
||||||
|
@ -5112,7 +5112,6 @@ (define-public xorg-server
|
||||||
("libxshmfence" ,libxshmfence)
|
("libxshmfence" ,libxshmfence)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("libxv" ,libxv)
|
("libxv" ,libxv)
|
||||||
("xf86bigfontproto" ,xf86bigfontproto)
|
|
||||||
("xf86vidmodeproto" ,xf86vidmodeproto)
|
("xf86vidmodeproto" ,xf86vidmodeproto)
|
||||||
("xkbcomp" ,xkbcomp)
|
("xkbcomp" ,xkbcomp)
|
||||||
("xkeyboard-config" ,xkeyboard-config)
|
("xkeyboard-config" ,xkeyboard-config)
|
||||||
|
|
Loading…
Reference in a new issue