diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-24 15:13:43 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-24 15:13:43 +0000 |
commit | 3ae862a58f39a37b10349cdf24e388196818099c (patch) | |
tree | 3bf24bdd21969b9cdd9a3ac5e8e2dd858d3e5d79 /packages/xserver-common | |
parent | b5cde5b415845b3de95c0dbff39c11b8446b9aa0 (diff) |
xserver-common: Add 1.17
Diffstat (limited to 'packages/xserver-common')
-rw-r--r-- | packages/xserver-common/xserver-common_1.17.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.17.bb b/packages/xserver-common/xserver-common_1.17.bb new file mode 100644 index 0000000000..a30a37c893 --- /dev/null +++ b/packages/xserver-common/xserver-common_1.17.bb @@ -0,0 +1,16 @@ +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 " + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" +} |