aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-02-09 07:31:18 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-02-09 07:31:18 +0000
commit2aa8d253db20741bf48d6840cab187f42d9029cf (patch)
tree4d2c52642922354f1a015d3b322f67d311e7c5d0 /packages/xserver-common
parent8ae4a7179457f79a9f4d8bc7f6341b6d82d08ebf (diff)
downloadopenembedded-2aa8d253db20741bf48d6840cab187f42d9029cf.tar.gz
xserver-common: add 1.14
Diffstat (limited to 'packages/xserver-common')
-rw-r--r--packages/xserver-common/xserver-common_1.14.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.14.bb b/packages/xserver-common/xserver-common_1.14.bb
new file mode 100644
index 0000000000..d608231348
--- /dev/null
+++ b/packages/xserver-common/xserver-common_1.14.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+PR = "r1"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh \
+ file://xserver-imageon.patch;patch=1"
+
+do_install_append() {
+ install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}