blob: a8343a8548e0662fcc659dddb7a93921c3b2c229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xserver-common.inc
PR = "r2"
SRC_URI_append = " file://setDPI.sh \
file://calibrate_zaurusd.patch;patch=1 \
file://poodle-xmodmap-2.6.patch;patch=1 \
file://rxvt-less-pink.diff;patch=1"
do_install_append() {
install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
}
|