mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-10 16:16:00 +02:00
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
125 B
Bash
9 lines
125 B
Bash
#!/bin/sh
|
|
|
|
if [ -e /dev/input/touchscreen0 ]; then
|
|
TSLIB_TSDEVICE=/dev/input/touchscreen0
|
|
|
|
export TSLIB_TSDEVICE
|
|
fi
|
|
|