diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-12 22:08:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-12 22:08:38 +0000 |
commit | bccc488fb74910570a0ebf78dd46baaf49d91903 (patch) | |
tree | 816ccf0b4fd1a91b781db07410d3c565af026400 | |
parent | 7c3ef2e9624129a2b1eda3a4e4469e359c23176e (diff) |
tslib: Update universal bits and specific dependencies.
-rw-r--r-- | packages/tslib/tslib/htcuniversal/tslib.sh | 4 | ||||
-rw-r--r-- | packages/tslib/tslib_20060703.bb | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/tslib/tslib/htcuniversal/tslib.sh b/packages/tslib/tslib/htcuniversal/tslib.sh index c19d3491cb..9ac2ecb0e9 100644 --- a/packages/tslib/tslib/htcuniversal/tslib.sh +++ b/packages/tslib/tslib/htcuniversal/tslib.sh @@ -3,3 +3,7 @@ TSLIB_TSDEVICE=`detect-stylus --device` TSLIB_CONFFILE=/etc/ts.conf +# this one is for making opie happy... +QWS_MOUSE_PROTO=TPanel:`detect-stylus --device` +export TSLIB_TSDEVICE TSLIB_CONFFILE QWS_MOUSE_PROTO + diff --git a/packages/tslib/tslib_20060703.bb b/packages/tslib/tslib_20060703.bb index 93ff37f956..d756a5c576 100644 --- a/packages/tslib/tslib_20060703.bb +++ b/packages/tslib/tslib_20060703.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL" RV := "${PV}" PV = "0.1+cvs-${RV}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib;date=${RV} \ file://usec_fix.patch;patch=1 \ @@ -81,6 +81,7 @@ RDEPENDS_tslib-conf_h3600 = "detect-stylus" RDEPENDS_tslib-conf_h3900 = "detect-stylus" RDEPENDS_tslib-conf_h6300 = "detect-stylus" RDEPENDS_tslib-conf_blueangel = "detect-stylus" +RDEPENDS_tslib-conf_htcuniversal = "detect-stylus" RDEPENDS_tslib-conf_h4000 = "detect-stylus" PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" |