From 430f94204eaf874d13218c088f8507b5c1b8818e Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 13 Jun 2009 19:41:40 +0100 Subject: gpe-dm: update to 0.52 xserver-common: update to 1.25 --- recipes/xserver-common/xserver-common_1.25.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/xserver-common/xserver-common_1.25.bb (limited to 'recipes/xserver-common') diff --git a/recipes/xserver-common/xserver-common_1.25.bb b/recipes/xserver-common/xserver-common_1.25.bb new file mode 100644 index 0000000000..e0a12319b8 --- /dev/null +++ b/recipes/xserver-common/xserver-common_1.25.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" +PR = "r0" + +PACKAGE_ARCH = "all" + +# we are using a gpe-style Makefile +inherit gpe + +SRC_URI_append = " file://setDPI.sh \ + file://89xdgautostart.sh \ +" + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" + install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" + sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/Xserver +} -- cgit 1.2.3-korg