summaryrefslogtreecommitdiff
path: root/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-04-16 10:35:20 +0000
committerKoen Kooi <koen@openembedded.org>2008-04-16 10:35:20 +0000
commit6342a33cb83b46d646d68b10250ee98b895d75eb (patch)
treee64347301aec833e2c54bf2920d500ae5efa865a /packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb
parentcbae7b0c816348070e78e1933bb3b391988a7a18 (diff)
xserver-kdrive: add 1.5rc (1.4.99.901). WIP, Disabled by default:
patch status: * enable-tslib: patch updated * enable-xscalibrate: is upstream * xcalibrate-coords: doesn't maybe, maybe it's already upstream * root-ppm patch: doesn't apply, needs updating * fbdev-evdev: removed since input-hotplug is all the rage now build status: * needs newer libdrm (2.3.1, oe has 2.3.0)
Diffstat (limited to 'packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb')
-rw-r--r--packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb b/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb
new file mode 100644
index 0000000000..6361f50db4
--- /dev/null
+++ b/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb
@@ -0,0 +1,34 @@
+require xserver-kdrive-common.inc
+
+DEPENDS += "hal libxkbfile libxcalibrate pixman"
+
+DEFAULT_PREFERENCE = "-99"
+
+PE = "1"
+PR = "r0"
+
+SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
+ ${KDRIVE_COMMON_PATCHES} \
+ file://enable-epson.patch;patch=1 \
+ file://fix_default_mode.patch;patch=1 \
+# file://hide-cursor-and-ppm-root.patch;patch=1 \
+# file://xcalibrate_coords.patch;patch=1 \
+ file://w100.patch;patch=1 \
+ file://w100-autofoo.patch;patch=1 \
+ file://w100-fix-offscreen-bmp.patch;patch=1 \
+ file://w100-new-input-world-order.patch;patch=1 \
+ file://linux-keyboard-mediumraw.patch;patch=1 \
+ file://xcalibrate-new-input-world-order.patch;patch=1 \
+ file://tslib-default-device.patch;patch=1 \
+# file://fbdev-evdev.patch;patch=1 \
+ file://keyboard-resume-workaround.patch;patch=1 \
+ file://xorg-avr32-support.diff;patch=1 \
+# file://pkgconfig_fix.patch;patch=1 \
+ "
+
+S = "${WORKDIR}/xorg-server-${PV}"
+
+W100_OECONF = "--disable-w100"
+W100_OECONF_arm = "--enable-w100"
+
+EXTRA_OECONF += "--enable-builtin-fonts"