gnu: biber: Downgrade to 2.11.
[jackhill/guix/guix.git] / gnu / packages / patches / xf86-video-ark-remove-mibstore.patch
1 Removes references to mibstore.h and miInitializeBackingStore, which
2 have been removed from xorg-server. Zack Rusin <zackr@vmware.com>
3 wrote: "It was a noop for at least 5 years and it has been removed."
4 See: http://patches.openembedded.org/patch/46133/
5
6 --- xf86-video-ark-0.7.5/src/ark_driver.c.~1~ 2012-07-17 00:51:36.000000000 -0400
7 +++ xf86-video-ark-0.7.5/src/ark_driver.c 2014-12-19 00:23:13.028931734 -0500
8 @@ -39,7 +39,6 @@
9 #include "compiler.h"
10 #include "mipointer.h"
11 #include "micmap.h"
12 -#include "mibstore.h"
13 #include "fb.h"
14 #include "ark.h"
15
16 @@ -538,7 +537,6 @@
17
18 fbPictureInit (pScreen, 0, 0);
19
20 - miInitializeBackingStore(pScreen);
21 xf86SetBackingStore(pScreen);
22
23 if (!pARK->NoAccel) {