diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 14:45:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:57 +0100 |
commit | d7f37691953d8d44e8ef42ac41fefee989341cc6 (patch) | |
tree | 53539496c866afa571088ede47cb5146487d374a | |
parent | ab667712edfcd1f3b8f918660046db8c15e70501 (diff) | |
download | patches-d7f37691953d8d44e8ef42ac41fefee989341cc6.tar patches-d7f37691953d8d44e8ef42ac41fefee989341cc6.tar.gz |
gnu: Switch from xf86bigfontproto to xorgproto.
* gnu/packages/xorg.scm (xf86bigfontproto)[properties]: Mark as superseded by
XORGPROTO.
(xorg-server)[inputs]: Remove XF86BIGFONTPROTO.
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7de177f9c0..aa8c19b06e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3521,8 +3521,8 @@ xf86-video-voodoo/patch/?id=9172ae566a0e85313fc80ab62b4455393eefe593") (description "XFree86 Bigfont Extension contains header files and documentation for the XF86BigFontProto protocol.") - (license license:x11))) - + (license license:x11) + (properties `((superseded . ,xorgproto))))) (define-public xf86dgaproto (package @@ -5112,7 +5112,6 @@ over Xlib, including: ("libxshmfence" ,libxshmfence) ("libxt" ,libxt) ("libxv" ,libxv) - ("xf86bigfontproto" ,xf86bigfontproto) ("xf86vidmodeproto" ,xf86vidmodeproto) ("xkbcomp" ,xkbcomp) ("xkeyboard-config" ,xkeyboard-config) |