summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-11 13:59:40 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-11 13:59:40 +0000
commitd56b65fcbdcf6c71e9d42cb0c6427c1b853083ac (patch)
treef12ce9d720848e595a3a26b20f64df4d63d1d4c0 /meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
parenta30424c269479d1e722932c24f1c7e260914c390 (diff)
downloadpoky-d56b65fcbdcf6c71e9d42cb0c6427c1b853083ac.tar.gz
xserver-kdrive: Remove bogus fbdev patch, merge kmode patches, add a patch to allow the existing framebuffer mode to be reused if appropriate
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3466 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
index 65a9009ad4..fa1563d549 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
+++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
@@ -3,22 +3,20 @@ require xserver-kdrive.inc
3DEPENDS += "libxkbfile libxcalibrate" 3DEPENDS += "libxkbfile libxcalibrate"
4 4
5PE = "1" 5PE = "1"
6PR = "r16" 6PR = "r17"
7 7
8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
9 file://kmode.patch;patch=1 \ 9 file://extra-kmodes.patch;patch=1 \
10 file://fbdev_use_current.patch;patch=1 \
10 file://disable-apm.patch;patch=1 \ 11 file://disable-apm.patch;patch=1 \
11 file://no-serial-probing.patch;patch=1 \ 12 file://no-serial-probing.patch;patch=1 \
12 file://kdrive-evdev.patch;patch=1 \ 13 file://kdrive-evdev.patch;patch=1 \
13 file://kdrive-use-evdev.patch;patch=1 \ 14 file://kdrive-use-evdev.patch;patch=1 \
14 file://fbdev-not-fix.patch;patch=1 \
15 file://enable-builtin-fonts.patch;patch=1 \ 15 file://enable-builtin-fonts.patch;patch=1 \
16 file://disable-xf86-dga-xorgcfg.patch;patch=1 \ 16 file://disable-xf86-dga-xorgcfg.patch;patch=1 \
17 file://optional-xkb.patch;patch=1 \ 17 file://optional-xkb.patch;patch=1 \
18 file://enable-epson.patch;patch=1 \ 18 file://enable-epson.patch;patch=1 \
19 file://enable-tslib.patch;patch=1 \ 19 file://enable-tslib.patch;patch=1 \
20 file://kmode-palm.patch;patch=1 \
21 file://fix_default_mode.patch;patch=1 \
22 file://enable-xcalibrate.patch;patch=1 \ 20 file://enable-xcalibrate.patch;patch=1 \
23 file://hide-cursor-and-ppm-root.patch;patch=1 \ 21 file://hide-cursor-and-ppm-root.patch;patch=1 \
24 file://xcalibrate_coords.patch;patch=1" 22 file://xcalibrate_coords.patch;patch=1"