summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
new file mode 100644
index 0000000000..55f44dfec0
--- /dev/null
+++ b/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -0,0 +1,27 @@
1require xserver-kdrive.inc
2
3DEPENDS += "libxkbfile libxcalibrate font-util"
4
5RDEPENDS_${PN} += "xkeyboard-config"
6
7EXTRA_OECONF += "--disable-glx"
8
9PE = "1"
10PR = "r23"
11
12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
13 file://extra-kmodes.patch;patch=1 \
14 file://disable-apm.patch;patch=1 \
15 file://no-serial-probing.patch;patch=1 \
16# file://kdrive-evdev.patch;patch=1 \
17# file://kdrive-use-evdev.patch;patch=1 \
18# file://enable-builtin-fonts.patch;patch=1 \
19# file://disable-xf86-dga-xorgcfg.patch;patch=1 \
20# file://optional-xkb.patch;patch=1 \
21 file://enable-xcalibrate.patch;patch=1 \
22 file://hide-cursor-and-ppm-root.patch;patch=1 \
23 file://fbdev_xrandr_ioctl.patch;patch=1 \
24 file://fix-newer-xorg-headers.patch;patch=1 \
25 file://crosscompile.patch;patch=1"
26
27S = "${WORKDIR}/xorg-server-${PV}"