xorg-xf86-video-glint: updated to 1.2.9

This commit is contained in:
Fredrik Rinnestam 2017-01-18 20:00:18 +01:00
parent 28efa3c060
commit 0e931ba7dd
3 changed files with 4 additions and 26 deletions

View File

@ -1,2 +1 @@
19718fbd2931cd3c11b580f04a923d4d mibstore.patch
775579c67dc55ff4909de3638bafd19f xf86-video-glint-1.2.8.tar.bz2
3d166b7a97d96007272ffc153d5f81fd xf86-video-glint-1.2.9.tar.bz2

View File

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

View File

@ -1,20 +0,0 @@
diff -rupN xf86-video-glint-1.2.8-orig/src/glint_driver.c xf86-video-glint-1.2.8/src/glint_driver.c
--- xf86-video-glint-1.2.8-orig/src/glint_driver.c 2013-03-09 15:19:03.303620626 +0100
+++ xf86-video-glint-1.2.8/src/glint_driver.c 2013-03-09 15:19:35.839733352 +0100
@@ -52,8 +52,6 @@
#include "compiler.h"
#include "mipointer.h"
-#include "mibstore.h"
-
#include "pm3_regs.h"
#include "glint_regs.h"
#include "IBM.h"
@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
}
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);