summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xserver/xserver-kdrive_20050207.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xserver/xserver-kdrive_20050207.bb')
-rw-r--r--openembedded/packages/xserver/xserver-kdrive_20050207.bb31
1 files changed, 13 insertions, 18 deletions
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050207.bb b/openembedded/packages/xserver/xserver-kdrive_20050207.bb
index f37cd578b9..2980e7762f 100644
--- a/openembedded/packages/xserver/xserver-kdrive_20050207.bb
+++ b/openembedded/packages/xserver/xserver-kdrive_20050207.bb
@@ -20,7 +20,7 @@ DESCRIPTION_xserver-kdrive-epson = "X server from freedesktop.org, supporting Ep
20DESCRIPTION_xserver-kdrive-fake = "Fake X server" 20DESCRIPTION_xserver-kdrive-fake = "Fake X server"
21DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" 21DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window"
22 22
23PR = "r6" 23PR = "r10"
24 24
25FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" 25FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev"
26FILES_xserver-kdrive-ati = "${bindir}/Xati" 26FILES_xserver-kdrive-ati = "${bindir}/Xati"
@@ -35,34 +35,29 @@ FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
35 35
36SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \ 36SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
37 file://kmode.patch;patch=1 \ 37 file://kmode.patch;patch=1 \
38 file://disable-apm.patch;patch=1 \
38 file://fbdev-not-fix.patch;patch=1 " 39 file://fbdev-not-fix.patch;patch=1 "
39 40
41SRC_URI_h3600 = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
42 file://kmode.patch;patch=1 \
43 file://faster-rotated.patch;patch=1 \
44 file://fbdev-not-fix.patch;patch=1 "
45
46
40SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ 47SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \
41 file://faster-rotated.patch;patch=1 \ 48 file://faster-rotated.patch;patch=1 \
42 file://devfs.patch;patch=1 \ 49 file://devfs.patch;patch=1"
43 file://disable-apm.patch;patch=1"
44SRC_URI_append_collie = " file://faster-rotated.patch;patch=1" 50SRC_URI_append_collie = " file://faster-rotated.patch;patch=1"
45SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1 \ 51SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1 \
46 file://faster-rotated.patch;patch=1" 52 file://faster-rotated.patch;patch=1"
47SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" 53SRC_URI_append_spitz = " file://faster-rotated.patch;patch=1"
48SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" 54SRC_URI_append_akita = " file://faster-rotated.patch;patch=1"
49SRC_URI_append_h3600 = " file://faster-rotated.patch;patch=1" 55SRC_URI_append_borzoi = " file://faster-rotated.patch;patch=1"
50SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1"
51SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1"
52SRC_URI_append_spitz = " file://disable-apm.patch;patch=1 \
53 file://faster-rotated.patch;patch=1"
54SRC_URI_append_akita = " file://disable-apm.patch;patch=1 \
55 file://faster-rotated.patch;patch=1"
56SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1 \
57 file://faster-rotated.patch;patch=1"
58 56
57PACKAGE_ARCH_mnci = "mnci"
59PACKAGE_ARCH_collie = "collie" 58PACKAGE_ARCH_collie = "collie"
60PACKAGE_ARCH_poodle = "poodle" 59PACKAGE_ARCH_poodle = "poodle"
61PACKAGE_ARCH_c7x0 = "c7x0"
62PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270"
63PACKAGE_ARCH_h3600 = "h3600" 60PACKAGE_ARCH_h3600 = "h3600"
64PACKAGE_ARCH_h3900 = "h3900"
65PACKAGE_ARCH_h2200 = "h2200"
66PACKAGE_ARCH_spitz = "spitz" 61PACKAGE_ARCH_spitz = "spitz"
67PACKAGE_ARCH_akita = "akita" 62PACKAGE_ARCH_akita = "akita"
68PACKAGE_ARCH_borzoi = "borzoi" 63PACKAGE_ARCH_borzoi = "borzoi"