summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-04-03 08:24:44 +0000
committerRod Whitby <rod@whitby.id.au>2007-04-03 08:24:44 +0000
commitb285869f974288b9c4d3397df996239392994312 (patch)
treef9df4dad7c7980401765e12b4155ee44b9e56ab3 /packages
parentec9aedf2932d5208e3a00fd3ec40942ffa32f797 (diff)
parentdbd10f28acdcd147b3ad6f6b9cbc7f688ead8b47 (diff)
merge of '5d9a3dbda7c7be2f89b97ce73d4362d2ca2a846e'
and 'c3a4380d6020add9c6a5ed01f5c9ae268d1aa541'
Diffstat (limited to 'packages')
-rw-r--r--packages/xserver-common/xserver-common_1.16.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.16.bb b/packages/xserver-common/xserver-common_1.16.bb
new file mode 100644
index 0000000000..48320ba006
--- /dev/null
+++ b/packages/xserver-common/xserver-common_1.16.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+PR = "r2"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh \
+ file://xserver-imageon.patch;patch=1 \
+ file://calibrate-only-if-ts.patch;patch=1"
+
+do_install_append() {
+ install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}