summaryrefslogtreecommitdiff
path: root/packages/xserver/xserver-kdrive_20050207.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-11-01 22:18:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-01 22:18:11 +0000
commit34ae9c886a6a3a038279fe37a0815e313e07d59a (patch)
treea1d1629fe2602ea68f84a723675a575c9fcb6662 /packages/xserver/xserver-kdrive_20050207.bb
parent427da67f029e4b706660572cf2b96cb6f41e6228 (diff)
xserver-kdrive_20050207: Add patch to speed up framebuffers which are software rotated in normal use. Applied to spitz, akita and borzoi.
Diffstat (limited to 'packages/xserver/xserver-kdrive_20050207.bb')
-rw-r--r--packages/xserver/xserver-kdrive_20050207.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/xserver/xserver-kdrive_20050207.bb b/packages/xserver/xserver-kdrive_20050207.bb
index 0e4de30eaa..b20fe211ed 100644
--- a/packages/xserver/xserver-kdrive_20050207.bb
+++ b/packages/xserver/xserver-kdrive_20050207.bb
@@ -20,7 +20,7 @@ DESCRIPTION_xserver-kdrive-epson = "X server from freedesktop.org, supporting Ep
DESCRIPTION_xserver-kdrive-fake = "Fake X server"
DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window"
-PR = "r4"
+PR = "r5"
FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev"
FILES_xserver-kdrive-ati = "${bindir}/Xati"
@@ -45,9 +45,12 @@ SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1"
SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1"
SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1"
SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1"
-SRC_URI_append_spitz = " file://disable-apm.patch;patch=1"
-SRC_URI_append_akita = " file://disable-apm.patch;patch=1"
-SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1"
+SRC_URI_append_spitz = " file://disable-apm.patch;patch=1 \
+ file://faster-rotated.patch;patch=1"
+SRC_URI_append_akita = " file://disable-apm.patch;patch=1 \
+ file://faster-rotated.patch;patch=1"
+SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1 \
+ file://faster-rotated.patch;patch=1"
PACKAGE_ARCH_poodle = "poodle"
PACKAGE_ARCH_c7x0 = "c7x0"