diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-03-11 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:04 +0000 |
commit | 5b2aaa3c1ce0aadb2f89ad1ecc791410ea66fe10 (patch) | |
tree | dbe9919e79bb74770fc56b9cdbdf3cc028409659 /meta/recipes-graphics/xorg-driver/xf86-video-vesa | |
parent | 2fbe818f5e455f57f79fb105ad1c4ddc5b64c941 (diff) | |
download | poky-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-vesa')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa/Remove-mibstore.h.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa/Remove-mibstore.h.patch b/meta/recipes-graphics/xorg-driver/xf86-video-vesa/Remove-mibstore.h.patch new file mode 100644 index 0000000000..0805d815c3 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa/Remove-mibstore.h.patch | |||
@@ -0,0 +1,37 @@ | |||
1 | Upstream-Status: Backported | ||
2 | |||
3 | From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001 | ||
4 | From: Adam Jackson <ajax@redhat.com> | ||
5 | Date: Tue, 25 Sep 2012 08:55:03 -0400 | ||
6 | Subject: [PATCH] Remove mibstore.h | ||
7 | |||
8 | Signed-off-by: Adam Jackson <ajax@redhat.com> | ||
9 | --- | ||
10 | src/vesa.c | 4 ---- | ||
11 | 1 file changed, 4 deletions(-) | ||
12 | |||
13 | diff --git a/src/vesa.c b/src/vesa.c | ||
14 | index 11cd26c..b73d104 100644 | ||
15 | --- a/src/vesa.c | ||
16 | +++ b/src/vesa.c | ||
17 | @@ -49,9 +49,6 @@ | ||
18 | /* All drivers initialising the SW cursor need this */ | ||
19 | #include "mipointer.h" | ||
20 | |||
21 | -/* All drivers implementing backing store need this */ | ||
22 | -#include "mibstore.h" | ||
23 | - | ||
24 | /* Colormap handling */ | ||
25 | #include "micmap.h" | ||
26 | #include "xf86cmap.h" | ||
27 | @@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL) | ||
28 | VESADGAInit(pScrn, pScreen); | ||
29 | |||
30 | xf86SetBlackWhitePixels(pScreen); | ||
31 | - miInitializeBackingStore(pScreen); | ||
32 | xf86SetBackingStore(pScreen); | ||
33 | |||
34 | /* software cursor */ | ||
35 | -- | ||
36 | 1.7.9.5 | ||
37 | |||