commit 5481b6f2e1e90ab066cfc87e688c5743eca9709e
Author: Jan RÄ™korajski <[email protected]>
Date:   Sun Apr 7 21:13:17 2013 +0200

    - fix building with xserver 1.14
    - rel 3

 mibstore.patch              | 36 ++++++++++++++++++++++++++++++++++++
 xorg-driver-video-i740.spec |  4 +++-
 2 files changed, 39 insertions(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-i740.spec b/xorg-driver-video-i740.spec
index 9bfcdc0..7287054 100644
--- a/xorg-driver-video-i740.spec
+++ b/xorg-driver-video-i740.spec
@@ -2,11 +2,12 @@ Summary:      X.org video driver for Intel i740 video adapters
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla kart graficznych Intel i740
 Name:          xorg-driver-video-i740
 Version:       1.3.4
-Release:       2
+Release:       3
 License:       MIT
 Group:         X11/Applications
 Source0:       
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i740-%{version}.tar.bz2
 # Source0-md5: 11c0aa1036ba8c203a03d1f00bbec195
+Patch0:                mibstore.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -38,6 +39,7 @@ i740.
 
 %prep
 %setup -q -n xf86-video-i740-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/mibstore.patch b/mibstore.patch
new file mode 100644
index 0000000..0ce9a03
--- /dev/null
+++ b/mibstore.patch
@@ -0,0 +1,36 @@
+From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <[email protected]>
+Date: Wed, 9 Jan 2013 22:21:52 -0500
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <[email protected]>
+---
+ src/i740_driver.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/src/i740_driver.c b/src/i740_driver.c
+index 1c82198..7c1051d 100644
+--- a/src/i740_driver.c
++++ b/src/i740_driver.c
+@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include "vgaHW.h"
+@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
+     }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+-- 
+1.8.0.2
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-i740.git/commitdiff/5481b6f2e1e90ab066cfc87e688c5743eca9709e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to