diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 19:41:40 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 19:41:40 +0100 |
commit | 430f94204eaf874d13218c088f8507b5c1b8818e (patch) | |
tree | 6c6c15168e41411557daa2af3e707ddbe6d9fa40 /recipes/xserver-common | |
parent | ae823d80c94865dc07745b52c89ce487317d7428 (diff) |
gpe-dm: update to 0.52
xserver-common: update to 1.25
Diffstat (limited to 'recipes/xserver-common')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.25.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |