summaryrefslogtreecommitdiff
path: root/packages/xserver-common/xserver-common_1.9.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-07 13:03:20 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-07 13:03:20 +0000
commitfb55711667b6d516afc80ca63af957f87a73092b (patch)
tree182631d0205c265a1cc46bf1ecc119da7a95bdab /packages/xserver-common/xserver-common_1.9.bb
parent2bb7a436dd2785f792947d5d815249688901ea03 (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.bb5
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"