aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-13 19:41:40 +0100
committerPhil Blundell <philb@gnu.org>2009-06-13 19:41:40 +0100
commit430f94204eaf874d13218c088f8507b5c1b8818e (patch)
tree6c6c15168e41411557daa2af3e707ddbe6d9fa40 /recipes/xserver-common
parentae823d80c94865dc07745b52c89ce487317d7428 (diff)
downloadopenembedded-430f94204eaf874d13218c088f8507b5c1b8818e.tar.gz
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.bb20
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
+}