diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 12:32:17 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:54 +0100 |
commit | bea5239a3fe302f04874319a54db8b6a08996bf0 (patch) | |
tree | a09f0419648df197df871142cb49026c015d418a /gnu/packages/xorg.scm | |
parent | 6a6db57f843e07f6b37508f0bc1c2d4c919debe0 (diff) | |
download | guix-bea5239a3fe302f04874319a54db8b6a08996bf0.tar guix-bea5239a3fe302f04874319a54db8b6a08996bf0.tar.gz |
gnu: Switch from randrproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove RANDRPROTO.
* gnu/packages/xorg.scm (libxrandr, xorg-server)[inputs]: Likewise.
(randrproto)[properties]: Mark as superseded by XORGPROTO.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 183e0587b8..5e480c23de 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1679,7 +1679,8 @@ network-transparent printing system.") "Resize and Rotate Extension defines a protocol for clients to dynamically change X screens, so as to resize, rotate and reflect the root window of a screen.") - (license license:x11))) + (license license:x11) + (properties `((superseded . ,xorgproto))))) (define-public recordproto @@ -4961,7 +4962,6 @@ new API's in libXft, or the legacy API's in libX11.") `(("libx11" ,libx11) ("libxext" ,libxext) ("libxrender" ,libxrender) - ("randrproto" ,randrproto) ("xorgproto" ,xorgproto))) (native-inputs `(("pkg-config" ,pkg-config))) @@ -5113,7 +5113,6 @@ over Xlib, including: ("mesa" ,mesa) ("pixman" ,pixman) ("presentproto" ,presentproto) - ("randrproto" ,randrproto) ("renderproto" ,renderproto) ("resourceproto" ,resourceproto) ("scrnsaverproto" ,scrnsaverproto) |