M7350/oe-core/meta/recipes-qt/qt4/qt4-4.8.6/qte.sh

8 lines
130 B
Bash
Raw Normal View History

2024-09-09 08:52:07 +00:00
#!/bin/sh
if [ -e /dev/input/touchscreen0 ]
then
QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
export QWS_MOUSE_PROTO
fi