diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:19:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:19:49 +0100 |
commit | a0029fda3bd6f8e5cd3b66aba583e4d863f1cac1 (patch) | |
tree | 7bdf4f135b87bc1e4cdda27ba1765f2ff7b762b9 /gnu/packages/patches | |
parent | f733e603452c46640e57b1a0de34ecef324e5711 (diff) | |
download | guix-a0029fda3bd6f8e5cd3b66aba583e4d863f1cac1.tar guix-a0029fda3bd6f8e5cd3b66aba583e4d863f1cac1.tar.gz |
gnu: xf86-video-glint: Update to 1.2.9.
* gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.9.
[source]: Remove upstreamed patch.
* gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/xf86-video-glint-remove-mibstore.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/patches/xf86-video-glint-remove-mibstore.patch b/gnu/packages/patches/xf86-video-glint-remove-mibstore.patch deleted file mode 100644 index 969ed7e41e..0000000000 --- a/gnu/packages/patches/xf86-video-glint-remove-mibstore.patch +++ /dev/null @@ -1,24 +0,0 @@ -Removes references to mibstore.h and miInitializeBackingStore, which -have been removed from xorg-server. Zack Rusin <zackr@vmware.com> -wrote: "It was a noop for at least 5 years and it has been removed." -See: http://patches.openembedded.org/patch/46133/ - ---- xf86-video-glint-1.2.8/src/glint_driver.c.~1~ 2012-07-15 22:50:47.000000000 -0400 -+++ xf86-video-glint-1.2.8/src/glint_driver.c 2014-12-19 00:42:39.162714279 -0500 -@@ -52,8 +52,6 @@ - #include "compiler.h" - #include "mipointer.h" - --#include "mibstore.h" -- - #include "pm3_regs.h" - #include "glint_regs.h" - #include "IBM.h" -@@ -2904,7 +2902,6 @@ - } - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); - |