diff options
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-driver-remove-references-to-mibstore.patch | 48 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb | 3 |
2 files changed, 50 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-driver-remove-references-to-mibstore.patch b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-driver-remove-references-to-mibstore.patch new file mode 100644 index 0000000000..fab0b238f6 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-driver-remove-references-to-mibstore.patch | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | From 040ade8bb86a771fa4e71b41d2080254830ca9f3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Sat, 16 Mar 2013 17:44:37 +0100 | ||
| 4 | Subject: [PATCH] glamo*driver: remove references to mibstore | ||
| 5 | |||
| 6 | * fix build with xserver-1.14 | ||
| 7 | |||
| 8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 9 | --- | ||
| 10 | src/glamo-driver.c | 2 -- | ||
| 11 | src/glamo-kms-driver.c | 1 - | ||
| 12 | 2 files changed, 3 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/src/glamo-driver.c b/src/glamo-driver.c | ||
| 15 | index 10b7762..22f57d7 100644 | ||
| 16 | --- a/src/glamo-driver.c | ||
| 17 | +++ b/src/glamo-driver.c | ||
| 18 | @@ -14,7 +14,6 @@ | ||
| 19 | #include "xf86_OSproc.h" | ||
| 20 | |||
| 21 | #include "mipointer.h" | ||
| 22 | -#include "mibstore.h" | ||
| 23 | #include "micmap.h" | ||
| 24 | #include "colormapst.h" | ||
| 25 | #include "xf86cmap.h" | ||
| 26 | @@ -612,7 +611,6 @@ GlamoScreenInit(SCREEN_INIT_ARGS_DECL) | ||
| 27 | } | ||
| 28 | |||
| 29 | xf86SetBlackWhitePixels(pScreen); | ||
| 30 | - miInitializeBackingStore(pScreen); | ||
| 31 | xf86SetBackingStore(pScreen); | ||
| 32 | |||
| 33 | /* software cursor */ | ||
| 34 | diff --git a/src/glamo-kms-driver.c b/src/glamo-kms-driver.c | ||
| 35 | index c5c7a00..f192398 100644 | ||
| 36 | --- a/src/glamo-kms-driver.c | ||
| 37 | +++ b/src/glamo-kms-driver.c | ||
| 38 | @@ -415,7 +415,6 @@ Bool GlamoKMSScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, | ||
| 39 | |||
| 40 | GlamoKMSExaInit(pScrn); | ||
| 41 | |||
| 42 | - miInitializeBackingStore(pScreen); | ||
| 43 | xf86SetBackingStore(pScreen); | ||
| 44 | xf86SetSilkenMouse(pScreen); | ||
| 45 | miDCInitialize(pScreen, xf86GetPointerScreenFuncs()); | ||
| 46 | -- | ||
| 47 | 1.8.1.5 | ||
| 48 | |||
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb index b56b995181..f9eb3ce920 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb | |||
| @@ -7,12 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8" | |||
| 7 | 7 | ||
| 8 | PE = "2" | 8 | PE = "2" |
| 9 | PV = "1.0.0+gitr${SRCPV}" | 9 | PV = "1.0.0+gitr${SRCPV}" |
| 10 | PR = "${INC_PR}.3" | 10 | PR = "${INC_PR}.4" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \ | 12 | SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \ |
| 13 | file://0001-glamo-kms-driver-drop-unused-xf86_config.patch \ | 13 | file://0001-glamo-kms-driver-drop-unused-xf86_config.patch \ |
| 14 | file://0001-fix-build-with-KMS-disabled.patch \ | 14 | file://0001-fix-build-with-KMS-disabled.patch \ |
| 15 | file://0003-glamo-driver-adapt-to-xserver-0.13-video-API.patch \ | 15 | file://0003-glamo-driver-adapt-to-xserver-0.13-video-API.patch \ |
| 16 | file://0001-glamo-driver-remove-references-to-mibstore.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
