ABI rebuild
This commit is contained in:
parent
c66f13843a
commit
d655876378
33
0001-Remove-mibstore.h.patch
Normal file
33
0001-Remove-mibstore.h.patch
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Jackson <ajax@redhat.com>
|
||||||
|
Date: Tue, 25 Sep 2012 08:54:37 -0400
|
||||||
|
Subject: [PATCH] Remove mibstore.h
|
||||||
|
|
||||||
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||||
|
---
|
||||||
|
src/fbdev.c | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/fbdev.c b/src/fbdev.c
|
||||||
|
index cd7ebc5..f5a7378 100644
|
||||||
|
--- a/src/fbdev.c
|
||||||
|
+++ b/src/fbdev.c
|
||||||
|
@@ -14,7 +14,6 @@
|
||||||
|
#include "xf86_OSproc.h"
|
||||||
|
|
||||||
|
#include "mipointer.h"
|
||||||
|
-#include "mibstore.h"
|
||||||
|
#include "micmap.h"
|
||||||
|
#include "colormapst.h"
|
||||||
|
#include "xf86cmap.h"
|
||||||
|
@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||||
|
}
|
||||||
|
|
||||||
|
xf86SetBlackWhitePixels(pScreen);
|
||||||
|
- miInitializeBackingStore(pScreen);
|
||||||
|
xf86SetBackingStore(pScreen);
|
||||||
|
|
||||||
|
/* software cursor */
|
||||||
|
--
|
||||||
|
1.8.0.2
|
||||||
|
|
@ -14,6 +14,7 @@ Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|||||||
|
|
||||||
ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
|
ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
|
||||||
|
|
||||||
|
Patch0: 0001-Remove-mibstore.h.patch
|
||||||
Patch2: BGNoneRoot.patch
|
Patch2: BGNoneRoot.patch
|
||||||
|
|
||||||
BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
|
BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
|
||||||
@ -26,6 +27,7 @@ X.Org X11 fbdev video driver.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarball}-%{version}
|
%setup -q -n %{tarball}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user