aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/xorg-xserver/xserver-kdrive-1.5.3/no_xkb.patch4
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.5.3.bb5
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-1.5.3/no_xkb.patch b/recipes/xorg-xserver/xserver-kdrive-1.5.3/no_xkb.patch
index 779aa2d6ef..0920441563 100644
--- a/recipes/xorg-xserver/xserver-kdrive-1.5.3/no_xkb.patch
+++ b/recipes/xorg-xserver/xserver-kdrive-1.5.3/no_xkb.patch
@@ -1,5 +1,5 @@
---- dix/devices.c~ 2008-04-16 13:01:08.000000000 +0200
-+++ dix/devices.c 2008-04-16 13:01:08.000000000 +0200
+--- a/dix/devices.c 2008-04-16 13:01:08.000000000 +0200
++++ b/dix/devices.c 2008-04-16 13:01:08.000000000 +0200
@@ -527,8 +527,8 @@
#ifdef XKB
if (dev->key->xkbInfo)
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
index f1430fc43b..5de73c5ccf 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
@@ -17,8 +17,9 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://tslib-default-device.patch \
file://keyboard-resume-workaround.patch \
file://xorg-avr32-support.diff \
- file://sysroot_fix.patch \
- file://drmfix.patch \
+ file://sysroot_fix.patch \
+ file://drmfix.patch \
+ file://no_xkb.patch \
"
S = "${WORKDIR}/xorg-server-${PV}"