aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common/xserver-common_1.11.bb
blob: 6b384699fc8e56bb66975ab69cb40ca6d628e1c0 (plain)
1
2
3
4
5
6
7
8
9
10
require xserver-common.inc

SRC_URI_append = " file://setDPI.sh \
		   file://calibrate_zaurusd.patch;patch=1 \
		   file://w100.patch;patch=1 \
		   file://poodle-xmodmap-2.6.patch;patch=1"

do_install_append() {
	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
}