surpport seeking the recorded video
[vuplus_openembedded] / recipes / xserver-common / xserver-common_1.12.bb
1 require xserver-common.inc
2
3 PR = "r1"
4
5 SRC_URI_append = " file://setDPI.sh \
6                    file://rxvt-less-pink.diff;patch=1"
7
8 do_install_append() {
9         install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
10 }