xorg-xf86-video-vesa: buildfix for xorg-xserver 1.14

This commit is contained in:
Fredrik Rinnestam 2013-03-09 14:57:11 +01:00
parent 5be67c671b
commit e1e6138ee2
3 changed files with 32 additions and 2 deletions

View File

@ -1 +1,2 @@
6a76e7af2bb6b22787782be4e10d18a7 mibstore.patch
3eddd393fba79550e012d717499d58ad xf86-video-vesa-2.3.2.tar.bz2

View File

@ -6,11 +6,11 @@
name=xorg-xf86-video-vesa
version=2.3.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2)
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-vesa-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr --mandir=/usr/man
make

View File

@ -0,0 +1,29 @@
From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Tue, 25 Sep 2012 12:55:03 +0000
Subject: Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
---
diff --git a/src/vesa.c b/src/vesa.c
index 11cd26c..b73d104 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -49,9 +49,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
/* Colormap handling */
#include "micmap.h"
#include "xf86cmap.h"
@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
VESADGAInit(pScrn, pScreen);
xf86SetBlackWhitePixels(pScreen);
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
/* software cursor */