]> git.pld-linux.org Git - packages/xorg-driver-video-i128.git/commitdiff
- rel 4; fix build with xserver 1.14 auto/th/xorg-driver-video-i128-1.3.6-4 auto/ti/xorg-driver-video-i128-1.3.6-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2013 08:40:22 +0000 (09:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2013 08:40:22 +0000 (09:40 +0100)
build.patch [new file with mode: 0644]
xorg-driver-video-i128.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..4bd1384
--- /dev/null
@@ -0,0 +1,29 @@
+commit c87753733a6e1f85d1d037dced0b47ce0cf41658
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Tue Sep 25 08:54:40 2012 -0400
+
+    Remove mibstore.h
+    
+    Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
++++ b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+         return FALSE;
+     }
+     
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
index bea456c1cd8019f3821eb202b1b8cc4d381511c7..c58bd4ffeb0c5ff3dd39bef3b97a6bbf2964fd16 100644 (file)
@@ -2,11 +2,12 @@ Summary:      X.org video driver for Number 9 I128 video adapters
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla kart graficznych Number 9 I128
 Name:          xorg-driver-video-i128
 Version:       1.3.6
-Release:       3
+Release:       4
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2
 # Source0-md5: 0b0d365dce2c567b807562a32f7fe66e
+Patch0:                build.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -41,6 +42,7 @@ I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
 
 %prep
 %setup -q -n xf86-video-i128-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.057451 seconds and 4 git commands to generate.