blob: 599af1d6f79da6c56165a84ceea23f5db82849d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xserver-common.inc
PR = "r2"
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"
}
|