aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-20 13:41:22 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-20 13:41:22 +0000
commitfbbf08bd5428308ad377287748883996a773b1e7 (patch)
treed5b2fef4a79a4bff09fd8ad23edf0990142936a8 /packages/xserver-common
parentf8802750ea8b07879d8ebb4eed329e7a468a134a (diff)
parent24b5de89da4f45465f88dada33d6563a96a5659f (diff)
downloadopenembedded-fbbf08bd5428308ad377287748883996a773b1e7.tar.gz
merge of '2601e7ef59afcc83010bc4a599716c775a867e2e'
and '2cb095a37f96f3f076129401bcf32c8ad04a340f'
Diffstat (limited to 'packages/xserver-common')
-rw-r--r--packages/xserver-common/xserver-common_1.13.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.13.bb b/packages/xserver-common/xserver-common_1.13.bb
new file mode 100644
index 0000000000..d14cad725b
--- /dev/null
+++ b/packages/xserver-common/xserver-common_1.13.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
+PR = "r0"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh"
+
+do_install_append() {
+ install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}