summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xf86-video-tga-remove-mibstore.patch
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-19 21:21:17 -0500
committerMark H Weaver <mhw@netris.org>2014-12-19 23:28:17 -0500
commitaf339a482e0dbd3c86f1f3cceb79f25bf4212763 (patch)
tree21bf512932da66e37d39f04f46c487943a5671c0 /gnu/packages/patches/xf86-video-tga-remove-mibstore.patch
parent83664334956965fb440392a4915760e97524792a (diff)
downloadguix-patches-af339a482e0dbd3c86f1f3cceb79f25bf4212763.tar
guix-patches-af339a482e0dbd3c86f1f3cceb79f25bf4212763.tar.gz
gnu: xf86-video-tga: Update to 1.2.2.
* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-tga): Update to 1.2.2. Add patch.
Diffstat (limited to 'gnu/packages/patches/xf86-video-tga-remove-mibstore.patch')
-rw-r--r--gnu/packages/patches/xf86-video-tga-remove-mibstore.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/packages/patches/xf86-video-tga-remove-mibstore.patch b/gnu/packages/patches/xf86-video-tga-remove-mibstore.patch
new file mode 100644
index 0000000000..b1a96c3f10
--- /dev/null
+++ b/gnu/packages/patches/xf86-video-tga-remove-mibstore.patch
@@ -0,0 +1,34 @@
+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-tga-1.2.2/src/tga_accel.c.~1~ 2012-07-15 23:54:04.000000000 -0400
++++ xf86-video-tga-1.2.2/src/tga_accel.c 2014-12-19 01:40:27.535913013 -0500
+@@ -37,7 +37,6 @@
+ #include "xf86cmap.h"
+ #include "mipointer.h"
+
+-#include "mibstore.h"
+ #include "miline.h"
+
+ #include "tga_regs.h"
+--- xf86-video-tga-1.2.2/src/tga_driver.c.~1~ 2012-07-15 23:54:28.000000000 -0400
++++ xf86-video-tga-1.2.2/src/tga_driver.c 2014-12-19 01:40:48.756018238 -0500
+@@ -46,8 +46,6 @@
+
+ /* software cursor */
+ #include "mipointer.h"
+-/* backing store */
+-#include "mibstore.h"
+
+ /* #include "mibank.h" */
+ /* colormap manipulation */
+@@ -1451,7 +1449,6 @@
+
+ fbPictureInit (pScreen, 0, 0);
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+