From 2aa8d253db20741bf48d6840cab187f42d9029cf Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 9 Feb 2007 07:31:18 +0000 Subject: xserver-common: add 1.14 --- packages/xserver-common/xserver-common_1.14.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/xserver-common/xserver-common_1.14.bb (limited to 'packages/xserver-common') diff --git a/packages/xserver-common/xserver-common_1.14.bb b/packages/xserver-common/xserver-common_1.14.bb new file mode 100644 index 0000000000..d608231348 --- /dev/null +++ b/packages/xserver-common/xserver-common_1.14.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" +PR = "r1" + +PACKAGE_ARCH = "all" + +# we are using a gpe-style Makefile +inherit gpe + +SRC_URI_append = " file://setDPI.sh \ + file://xserver-imageon.patch;patch=1" + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" +} -- cgit 1.2.3-korg