#!/bin/sh
-TSLIB_TSDEVICE=`detect-stylus --device`
+TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_CONFFILE=/etc/ts.conf
-QWS_MOUSE_PROTO=TPanel
-export TSLIB_TSDEVICE TSLIB_CONFFILE QWS_MOUSE_PROTO
+export TSLIB_TSDEVICE TSLIB_CONFFILE
SECTION = "base"
LICENSE = "LGPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
file://ts.conf \
# People should consider using udev's /dev/input/touchscreen0 symlink
# instead of detect-stylus
-RDEPENDS_tslib-conf_h1940 = "detect-stylus"
RDEPENDS_tslib-conf_h3600 = "detect-stylus"
RDEPENDS_tslib-conf_h3900 = "detect-stylus"
RDEPENDS_tslib-conf_blueangel = "detect-stylus"