xserver-kdrive-common: do not load xmodmap - it breaks on 1.3.0.0

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4330 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-04-24 15:37:53 +00:00
parent aa03bca7da
commit 755df3ab5e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
# since kdrive 1.4 there is no default keymap in server
xmodmap - </etc/X11/default.xmodmap
# kdrive 1.4 does not have default keymap in server
#xmodmap - </etc/X11/default.xmodmap

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r26"
PR = "r27"
SRC_URI = "file://etc"
S = ${WORKDIR}