summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-10 14:06:12 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-18 00:19:56 +0100
commit314144d2128f99e05312b6622734f645a6f5cac4 (patch)
treeb22d2810de3bce5e78ca9fcebd777b8db29f5b30 /gnu/packages/xorg.scm
parentb9469160c0cda197089a81d99599ae28a061f717 (diff)
downloadpatches-314144d2128f99e05312b6622734f645a6f5cac4.tar
patches-314144d2128f99e05312b6622734f645a6f5cac4.tar.gz
gnu: Switch from presentproto to xorgproto.
* gnu/packages/gl.scm (mesa)[inputs]: Remove PRESENTPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Likewise. (presentproto)[properties]: Mark as superseded by XORGPROTO.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 825a40d439..4d62c8896a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1629,7 +1629,8 @@ window contents from a pixmap in a well defined fashion, synchronizing
with the display refresh and potentially using a more efficient
mechanism than copying the contents of the source pixmap.")
(license (license:x11-style "file://presentproto.h"
- "See 'presentproto.h' in the distribution."))))
+ "See 'presentproto.h' in the distribution."))
+ (properties `((superseded . ,xorgproto)))))
(define-public printproto
(package
@@ -5097,7 +5098,6 @@ over Xlib, including:
`(("libpciaccess" ,libpciaccess)
("mesa" ,mesa)
("pixman" ,pixman)
- ("presentproto" ,presentproto)
("renderproto" ,renderproto)
("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto)