diff options
-rw-r--r-- | packages/xserver-common/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/xserver-common/files/Xdefaults-200DPI.patch | 7 | ||||
-rw-r--r-- | packages/xserver-common/xserver-common_1.8.bb | 7 |
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" |