aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-08 17:49:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-08 17:49:55 +0000
commit9584ef12cd3e4b104dac46cd24aa31f4791af8e9 (patch)
tree09bcba342ef15b3476c05ce1b958bdfb784ddd29 /packages/xserver-common
parente3a81d6074e4de17761fbb0a67cdcbd12e530277 (diff)
downloadopenembedded-9584ef12cd3e4b104dac46cd24aa31f4791af8e9.tar.gz
xserver-common: Apply 200DPI bugfix from .oz354x
Diffstat (limited to 'packages/xserver-common')
-rw-r--r--packages/xserver-common/files/.mtn2git_empty0
-rw-r--r--packages/xserver-common/files/Xdefaults-200DPI.patch7
-rw-r--r--packages/xserver-common/xserver-common_1.8.bb7
3 files changed, 13 insertions, 1 deletions
diff --git a/packages/xserver-common/files/.mtn2git_empty b/packages/xserver-common/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/xserver-common/files/.mtn2git_empty
diff --git a/packages/xserver-common/files/Xdefaults-200DPI.patch b/packages/xserver-common/files/Xdefaults-200DPI.patch
new file mode 100644
index 0000000000..8931bfd0a9
--- /dev/null
+++ b/packages/xserver-common/files/Xdefaults-200DPI.patch
@@ -0,0 +1,7 @@
+--- xserver-common-1.8/X11/Xdefaults.orig 2006-04-08 11:08:35.158478256 +0200
++++ xserver-common-1.8/X11/Xdefaults 2006-04-08 11:08:42.711330048 +0200
+@@ -1,3 +1,2 @@
+ Rxvt*scrollBar_right: true
+-Rxvt*font: xft:Mono:pixelsize=9
+-Xft.dpi: 100
++Rxvt*font: xft:Mono:pixelsize=12
diff --git a/packages/xserver-common/xserver-common_1.8.bb b/packages/xserver-common/xserver-common_1.8.bb
index 125b138f02..19ae2ba851 100644
--- a/packages/xserver-common/xserver-common_1.8.bb
+++ b/packages/xserver-common/xserver-common_1.8.bb
@@ -3,9 +3,14 @@ DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
PACKAGE_ARCH = "all"
# we are using a gpe-style Makefile
inherit gpe
+
+SRC_URI_append_akita = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_spitz = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_c7x0 = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_tosa = " file://Xdefaults-200DPI.patch;patch=1"