xorg-xf86-video-fbdev: updated to 0.4.4

This commit is contained in:
Fredrik Rinnestam 2013-09-24 06:52:50 +02:00
parent 8c0bc736e0
commit 8c0712789f
3 changed files with 4 additions and 25 deletions

View File

@ -1,2 +1 @@
34c31b20a867379586aea0e19a43a98a mibstore.patch
1d99f1dfb3f0fea077b6b61caa3dc85a xf86-video-fbdev-0.4.3.tar.bz2
3931c0e19d441cc576dc088f9eb9fd73 xf86-video-fbdev-0.4.4.tar.bz2

View File

@ -4,13 +4,12 @@
# Depends on: xorg-server
name=xorg-xf86-video-fbdev
version=0.4.3
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-$version.tar.bz2 mibstore.patch)
version=0.4.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-$version.tar.bz2)
build() {
cd xf86-video-fbdev-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr --mandir=/usr/man
make

View File

@ -1,19 +0,0 @@
diff -rupN xf86-video-fbdev-0.4.3-orig/src/fbdev.c xf86-video-fbdev-0.4.3/src/fbdev.c
--- xf86-video-fbdev-0.4.3-orig/src/fbdev.c 2013-03-09 15:15:59.833345651 +0100
+++ xf86-video-fbdev-0.4.3/src/fbdev.c 2013-03-09 15:16:21.810097323 +0100
@@ -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 */