diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-07 12:18:42 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-07 12:18:42 +0000 |
commit | 73e97e891a9f43b5267e3e0d2a2160a45a6816fe (patch) | |
tree | 138a9fb0f92ee12e0dcc09029a3cfd2bd1e0a914 /packages/xserver-common | |
parent | b861666064d4921e599f82f3c86f7924bbe46f96 (diff) |
xserver-common: Add 1.15
Diffstat (limited to 'packages/xserver-common')
-rw-r--r-- | packages/xserver-common/xserver-common_1.15.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.15.bb b/packages/xserver-common/xserver-common_1.15.bb new file mode 100644 index 0000000000..d608231348 --- /dev/null +++ b/packages/xserver-common/xserver-common_1.15.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" +} |