mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
df0c384b38
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
|
|
|