summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-fbdev
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-03-11 18:05:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-15 01:53:04 +0000
commit5b2aaa3c1ce0aadb2f89ad1ecc791410ea66fe10 (patch)
treedbe9919e79bb74770fc56b9cdbdf3cc028409659 /meta/recipes-graphics/xorg-driver/xf86-video-fbdev
parent2fbe818f5e455f57f79fb105ad1c4ddc5b64c941 (diff)
downloadpoky-5b2aaa3c1ce0aadb2f89ad1ecc791410ea66fe10.tar.gz
xf86-video-*: delete references to mibstore.h
This patch removes any references to mibstore.h, which has been removed from xserver-org, from the following drivers: * xf86-video-vmware * xf86-video-fbdev * xf86-video-vesa (From OE-Core rev: c2a2ac579876695c162ccca0ca3673f4d06ce60e) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-fbdev')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
new file mode 100644
index 0000000000..225ff01943
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
@@ -0,0 +1,35 @@
1Upstream-Status: Backported
2
3From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
4From: Adam Jackson <ajax@redhat.com>
5Date: Tue, 25 Sep 2012 08:54:37 -0400
6Subject: [PATCH] Remove mibstore.h
7
8Signed-off-by: Adam Jackson <ajax@redhat.com>
9---
10 src/fbdev.c | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/src/fbdev.c b/src/fbdev.c
14index cd7ebc5..f5a7378 100644
15--- a/src/fbdev.c
16+++ b/src/fbdev.c
17@@ -14,7 +14,6 @@
18 #include "xf86_OSproc.h"
19
20 #include "mipointer.h"
21-#include "mibstore.h"
22 #include "micmap.h"
23 #include "colormapst.h"
24 #include "xf86cmap.h"
25@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
26 }
27
28 xf86SetBlackWhitePixels(pScreen);
29- miInitializeBackingStore(pScreen);
30 xf86SetBackingStore(pScreen);
31
32 /* software cursor */
33--
341.7.9.5
35