diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-30 22:38:58 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-30 22:38:58 +0000 |
commit | 921e0bd279bb101825cd8a26193e93dd559a5132 (patch) | |
tree | 9cae0876311f7e3a8e8c30c7f7dbde52579bec6e /packages/xserver-common/xserver-common_1.16.bb | |
parent | 8985a700185319bad94d1fe38b9e9f9a9bfd2560 (diff) |
xserver-common: Import a set of patches from the .oz354x branch, fixing keymapping on akita, spitz and c7x0.
Diffstat (limited to 'packages/xserver-common/xserver-common_1.16.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.16.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/xserver-common/xserver-common_1.16.bb b/packages/xserver-common/xserver-common_1.16.bb index 48320ba006..388f477606 100644 --- a/packages/xserver-common/xserver-common_1.16.bb +++ b/packages/xserver-common/xserver-common_1.16.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r2" +PR = "r4" PACKAGE_ARCH = "all" @@ -11,7 +11,13 @@ inherit gpe SRC_URI_append = " file://setDPI.sh \ file://xserver-imageon.patch;patch=1 \ - file://calibrate-only-if-ts.patch;patch=1" + file://calibrate-only-if-ts.patch;patch=1 \ + file://softkeys-slcxxxx-xmodmap.patch;patch=1 \ + file://softkeys-c7x0.patch;patch=1 \ + file://at-fix-slcxxxx.patch;patch=1 \ + file://load-xmodmap-k26.patch;patch=1 \ + file://Xserver-udev-input-helper.patch;patch=1 \ + " do_install_append() { install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" |