diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 22:53:05 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 22:53:05 +0000 |
commit | a02de7dc2abfec94b33a4d37d2b17771b704e470 (patch) | |
tree | 1846356211beb8bae31fe41ee2ec1e3bb4ad60b6 /packages/xserver-common | |
parent | bcd3f1f2337a8fee41e2f5dc575da78d94726ef8 (diff) |
xserver-common: Add 1.16
Diffstat (limited to 'packages/xserver-common')
-rw-r--r-- | packages/xserver-common/xserver-common_1.16.bb | 18 |
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" +} |