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

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..df1d580
--- /dev/null
@@ -0,0 +1,30 @@
+commit 44f04fd3046043ed31369025f34353c4e0e5c1cd
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Tue Sep 25 08:54:36 2012 -0400
+
+    Remove mibstore.h
+    
+    Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 62066d6..6062c39 100644
+--- a/src/dummy_driver.c
++++ b/src/dummy_driver.c
+@@ -14,9 +14,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include "micmap.h"
+@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
+                  , lines - pScrn->virtualY);
+     }
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+       
index 495cfaf26777dc46077eaf682af96cbd86e13802..70630af3621f614c574cdc389359bc055fbe616b 100644 (file)
@@ -2,11 +2,12 @@ Summary:      X.org dummy video driver
 Summary(pl.UTF-8):     Pusty sterownik obrazu X.org
 Name:          xorg-driver-video-dummy
 Version:       0.3.6
-Release:       3
+Release:       4
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-%{version}.tar.bz2
 # Source0-md5: dc40aebf031f933523dcf101befe99e4
+Patch0:                build.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -33,6 +34,7 @@ Pusty sterownik obrazu X.org.
 
 %prep
 %setup -q -n xf86-video-dummy-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.109091 seconds and 4 git commands to generate.