ABI rebuild

This commit is contained in:
Adam Jackson 2013-01-09 22:13:37 -05:00
parent c66f13843a
commit d655876378
2 changed files with 35 additions and 0 deletions

View 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

View File

@ -14,6 +14,7 @@ Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
Patch0: 0001-Remove-mibstore.h.patch
Patch2: BGNoneRoot.patch
BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
@ -26,6 +27,7 @@ X.Org X11 fbdev video driver.
%prep
%setup -q -n %{tarball}-%{version}
%patch0 -p1
%patch2 -p1
%build