aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tslib/tslib/tslib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/tslib/tslib/tslib.sh')
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib/tslib.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib/tslib.sh b/meta-oe/recipes-graphics/tslib/tslib/tslib.sh
deleted file mode 100644
index 7068e8d922..0000000000
--- a/meta-oe/recipes-graphics/tslib/tslib/tslib.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ -e /dev/input/touchscreen0 ]; then
- TSLIB_TSDEVICE=/dev/input/touchscreen0
-
- export TSLIB_TSDEVICE
-fi
-