From 557fe2e63d87e822f0efa10d403c6e079a584a7e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 28 Apr 2006 09:43:06 +0000 Subject: xserver-common: update to 1.9 --- packages/xserver-common/xserver-common_1.9.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/xserver-common/xserver-common_1.9.bb diff --git a/packages/xserver-common/xserver-common_1.9.bb b/packages/xserver-common/xserver-common_1.9.bb new file mode 100644 index 0000000000..dd4e36b19c --- /dev/null +++ b/packages/xserver-common/xserver-common_1.9.bb @@ -0,0 +1,18 @@ +MAINTAINER = "Florian Boor " +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" +PR = "r0" + +PACKAGE_ARCH = "all" + +# we are using a gpe-style Makefile +inherit gpe + +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" +} -- cgit v1.2.3