diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:29:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:29:06 +0000 |
commit | ff2e381fd7fb8db0c13382ecf968bb6cb100e88a (patch) | |
tree | 240178210ae87b5987ec4250ec511316678fb6bc /meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb | |
parent | 6543b12207ff258e65429665198677e2130351c8 (diff) | |
download | poky-ff2e381fd7fb8db0c13382ecf968bb6cb100e88a.tar.gz |
xserver-kdrive: added 1.4.99.901 (1.5-rc) from OE
- moved common (1.3.0.0/1.4.99.901) patches to xserver-kdrive
TODO: merge xmodmap and "-mouse tslib" from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4317 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb new file mode 100644 index 0000000000..8ae7f6b888 --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb | |||
@@ -0,0 +1,43 @@ | |||
1 | require xserver-kdrive.inc | ||
2 | |||
3 | DEPENDS += "hal libxkbfile libxcalibrate pixman" | ||
4 | |||
5 | DEFAULT_PREFERENCE = "-99" | ||
6 | |||
7 | PE = "1" | ||
8 | PR = "r2" | ||
9 | |||
10 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | ||
11 | file://kmode.patch;patch=1 \ | ||
12 | file://disable-apm.patch;patch=1 \ | ||
13 | file://no-serial-probing.patch;patch=1 \ | ||
14 | file://fbdev-not-fix.patch;patch=1 \ | ||
15 | file://optional-xkb.patch;patch=1 \ | ||
16 | file://enable-tslib.patch;patch=1 \ | ||
17 | file://kmode-palm.patch;patch=1 \ | ||
18 | file://enable-epson.patch;patch=1 \ | ||
19 | file://fix_default_mode.patch;patch=1 \ | ||
20 | # file://hide-cursor-and-ppm-root.patch;patch=1 \ | ||
21 | # file://xcalibrate_coords.patch;patch=1 \ | ||
22 | file://w100.patch;patch=1 \ | ||
23 | file://w100-autofoo.patch;patch=1 \ | ||
24 | file://w100-fix-offscreen-bmp.patch;patch=1 \ | ||
25 | file://w100-new-input-world-order.patch;patch=1 \ | ||
26 | file://linux-keyboard-mediumraw.patch;patch=1 \ | ||
27 | file://xcalibrate-new-input-world-order.patch;patch=1 \ | ||
28 | file://tslib-default-device.patch;patch=1 \ | ||
29 | # file://fbdev-evdev.patch;patch=1 \ | ||
30 | file://keyboard-resume-workaround.patch;patch=1 \ | ||
31 | file://xorg-avr32-support.diff;patch=1 \ | ||
32 | # file://pkgconfig_fix.patch;patch=1 \ | ||
33 | file://no_xkb.patch;patch=1;pnum=0 \ | ||
34 | " | ||
35 | |||
36 | S = "${WORKDIR}/xorg-server-${PV}" | ||
37 | |||
38 | W100_OECONF = "--disable-w100" | ||
39 | #W100_OECONF_arm = "--enable-w100" | ||
40 | |||
41 | EXTRA_OECONF += "--enable-builtin-fonts \ | ||
42 | --disable-dri2 \ | ||
43 | " | ||