The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-imx / 0006-xserver-1.14-compat.patch
1 Fix building using new Xorg 1.14
2
3 mibstore functions are no longer supported. This patch removes them
4 from this driver, following the pattern in
5 http://patches.openembedded.org/patch/46133/
6
7 This checkin shows when/where the changes to the X server were made
8 that deleted the header mibstore.h and mentions the reasons.
9 http://lists.x.org/archives/xorg-devel/2012-September/033575.html
10
11 Upstream-Status: Pending
12
13 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14
15 Index: xserver-xorg-video-imx-11.09.01/src/imx_driver.c
16 ===================================================================
17 --- xserver-xorg-video-imx-11.09.01.orig/src/imx_driver.c
18 +++ xserver-xorg-video-imx-11.09.01/src/imx_driver.c
19 @@ -37,7 +37,6 @@
20  #include "xf86_OSproc.h"
21  
22  #include "mipointer.h"
23 -#include "mibstore.h"
24  #include "micmap.h"
25  #include "colormapst.h"
26  #include "xf86cmap.h"
27 @@ -722,7 +721,6 @@ imxScreenInit(SCREEN_INIT_ARGS_DECL)
28         /* Initialize for X extensions. */
29         imxExtInit();
30  
31 -       miInitializeBackingStore(pScreen);
32         xf86SetBackingStore(pScreen);
33  
34         /* software cursor */