summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh
blob: 5290726784b0305777558653ccf63faeda12de49 (plain)
1
2
3
4
5
6
7
#!/bin/sh

. /etc/formfactor/config

if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
	/usr/bin/xinput_calibrator_once.sh
fi