diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-05 01:47:34 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-05 01:47:34 +0000 |
commit | 6a15ac28b6759ab48fd903b46becd2c9203ed781 (patch) | |
tree | 36f8338afd026f4d897320105733084e9f312e3b /packages/xserver-common/xserver-common_1.16.bb | |
parent | 7a892c005f314899fdd1cf29c6ba9af21847da7e (diff) |
xserver-common: Add the enhanced and very nicely commented xmodmap by Jeroen Hoek for SL-Cxx00 devices, closes bug 2404, deprecates at-fix-slcxxxx.patch and softkeys-slcxxxx-xmodmap.patch. Thanks Jeroen!
Diffstat (limited to 'packages/xserver-common/xserver-common_1.16.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.16.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/xserver-common/xserver-common_1.16.bb b/packages/xserver-common/xserver-common_1.16.bb index 388f477606..5a8739e679 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 = "r4" +PR = "r5" PACKAGE_ARCH = "all" @@ -12,11 +12,10 @@ inherit gpe SRC_URI_append = " file://setDPI.sh \ file://xserver-imageon.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 \ + file://sl-cxx00-modmap.patch;patch=1 \ " do_install_append() { |