diff options
author | Matthias Hentges <oe@hentges.net> | 2006-04-13 17:58:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-13 17:58:36 +0000 |
commit | 8519af8d84d717ca002b76b566d9d428c3c1b0b8 (patch) | |
tree | b2dedb8ec27c928ccc38e39ec02a0e2ed694c50c /packages/xserver-common/xserver-common_1.8.bb | |
parent | df0341184ea4343576ee864926c1a99db4d10e41 (diff) |
xserver-common: Add 200DPI fix and zaurusd/calibrate fix from .oz354x
Diffstat (limited to 'packages/xserver-common/xserver-common_1.8.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.8.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/xserver-common/xserver-common_1.8.bb b/packages/xserver-common/xserver-common_1.8.bb index 19ae2ba851..b7b3f554f3 100644 --- a/packages/xserver-common/xserver-common_1.8.bb +++ b/packages/xserver-common/xserver-common_1.8.bb @@ -3,14 +3,16 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" -PR = "r1" +PR = "r2" 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" +SRC_URI_append = " file://setDPI.sh \ + file://calibrate_zaurusd.patch;patch=1" + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" +} |