diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:14:58 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:14:58 +0200 |
commit | 80dbbb23ef1f4171549143a157b8781e928f6570 (patch) | |
tree | 4e9e8f5cd9a041137e82f87e645c6c045ea2327f | |
parent | 8a9c19adc6c49070b28abfe99aedc89031b8f972 (diff) |
xserver-common: fix hx4700.xmodmap
-rw-r--r-- | org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch | 10 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb | 5 |
2 files changed, 14 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch b/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch new file mode 100644 index 0000000..7e286de --- /dev/null +++ b/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch @@ -0,0 +1,10 @@ +--- xserver-common-1.8/X11/hx4700.xmodmap.orig 2006-05-13 01:18:59.000000000 +0200 ++++ xserver-common-1.8/X11/hx4700.xmodmap 2006-05-13 01:19:02.000000000 +0200 +@@ -1,6 +1,6 @@ + keycode 75 = XF86Calendar + keycode 76 = telephone + keycode 95 = XF86Mail +-keycode 96 = XF86Record ++keycode 96 = XF86AudioRecord + keycode 110 = XF86Start + keycode 124 = XF86PowerDown diff --git a/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb b/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb index 3a29862..1925392 100644 --- a/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb +++ b/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb @@ -2,6 +2,8 @@ MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" +PR = "r1" + DEPENDS = "xmodmap xrandr xdpyinfo xtscal" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" @@ -9,4 +11,5 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" # we are using a gpe-style Makefile inherit gpe -SRC_URI += "file://100dpi.patch;patch=1" +SRC_URI += "file://100dpi.patch;patch=1 \ + file://hx4700.patch;patch=1" |