diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-07 13:03:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-07 13:03:20 +0000 |
commit | fb55711667b6d516afc80ca63af957f87a73092b (patch) | |
tree | 182631d0205c265a1cc46bf1ecc119da7a95bdab /packages/xserver-common/xserver-common_1.9.bb | |
parent | 2bb7a436dd2785f792947d5d815249688901ea03 (diff) |
xserver-common: add patch to de-pink rxvt
Diffstat (limited to 'packages/xserver-common/xserver-common_1.9.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.9.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xserver-common/xserver-common_1.9.bb b/packages/xserver-common/xserver-common_1.9.bb index 15428b0797..545fa96a7b 100644 --- a/packages/xserver-common/xserver-common_1.9.bb +++ b/packages/xserver-common/xserver-common_1.9.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" -PR = "r1" +PR = "r2" PACKAGE_ARCH = "all" @@ -11,7 +11,8 @@ inherit gpe SRC_URI_append = " file://setDPI.sh \ file://calibrate_zaurusd.patch;patch=1 \ - file://poodle-xmodmap-2.6.patch;patch=1" + file://poodle-xmodmap-2.6.patch;patch=1 \ + file://rxvt-less-pink.diff;patch=1"" do_install_append() { install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" |