From: Florian Boor Date: Wed, 26 Aug 2009 10:23:57 +0000 (+0200) Subject: xserver-common: add 1.31 X-Git-Tag: Release-2010-05/1~2557 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b95ab31b0fddb90ef9279c5436cc568d58b6e7;p=openembedded.git xserver-common: add 1.31 --- diff --git a/recipes/xserver-common/xserver-common_1.31.bb b/recipes/xserver-common/xserver-common_1.31.bb new file mode 100644 index 0000000000..63368649c1 --- /dev/null +++ b/recipes/xserver-common/xserver-common_1.31.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" +DEFAULT_PREFERENCE = "-1" + +# 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 +}