aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-09-22 18:55:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-22 18:55:27 +0000
commit856d9d05d8616f8dce0f27eee18a56a99b811b74 (patch)
treeeabf4cfc3d677d1b25c5700050a8587543b45a04 /packages/xserver
parent751d77ab41d0be1cd58a8912f3e37889260ca88d (diff)
downloadopenembedded-856d9d05d8616f8dce0f27eee18a56a99b811b74.tar.gz
packages/xserver/xserver-kdrive_20050207.bb: enable apm hack for h3900 too
Diffstat (limited to 'packages/xserver')
-rw-r--r--packages/xserver/xserver-kdrive_20050207.bb17
1 files changed, 10 insertions, 7 deletions
diff --git a/packages/xserver/xserver-kdrive_20050207.bb b/packages/xserver/xserver-kdrive_20050207.bb
index 53b704e362..8d2f78c005 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 = "r2"
+PR = "r3"
FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev"
FILES_xserver-kdrive-ati = "${bindir}/Xati"
@@ -37,16 +37,19 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;
file://kmode.patch;patch=1 \
file://fbdev-not-fix.patch;patch=1"
-SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \
- file://devfs.patch;patch=1 \
- file://disable-apm.patch;patch=1"
-SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1"
-SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1"
-SRC_URI_append_ipaq-pxa270 = " file://disable-apm.patch;patch=1"
+SRC_URI_append_mnci = "file://onlyfb.patch;patch=1 \
+ file://devfs.patch;patch=1 \
+ file://disable-apm.patch;patch=1"
+SRC_URI_append_poodle = "file://xserver-kdrive-poodle.patch;patch=1"
+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"
+
PACKAGE_ARCH_poodle = "poodle"
PACKAGE_ARCH_c7x0 = "c7x0"
PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270"
+PACKAGE_ARCH_h3900 = "h3900"
S = "${WORKDIR}/xserver"