diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 17:47:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 17:47:08 +0000 |
commit | 1384a8db43790023bf244ae49570979be2c2c169 (patch) | |
tree | 144c8f36de4335c5049f5e7ca3667feda9a0e631 /packages/tslib/tslib_1.0.bb | |
parent | 4d02278fb4ad7b5c71e5ae64e45ee4cbd739cda8 (diff) |
tslib: don't use detect-stylus for h2200, hx4700 and h5xxx. Feel free to remove others if the new udev rule for /dev/input/touchscreen0 works
Diffstat (limited to 'packages/tslib/tslib_1.0.bb')
-rw-r--r-- | packages/tslib/tslib_1.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb index 2472ece610..41ee7c1417 100644 --- a/packages/tslib/tslib_1.0.bb +++ b/packages/tslib/tslib_1.0.bb @@ -4,7 +4,7 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al." SECTION = "base" LICENSE = "LGPL" -PR = "r0" +PR = "r1" SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ file://ts.conf \ @@ -71,10 +71,8 @@ do_install_append() { SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" RDEPENDS_tslib-conf_h1940 = "detect-stylus" -RDEPENDS_tslib-conf_h2200 = "detect-stylus" RDEPENDS_tslib-conf_h3600 = "detect-stylus" RDEPENDS_tslib-conf_h3900 = "detect-stylus" -RDEPENDS_tslib-conf_h5xxx = "detect-stylus" RDEPENDS_tslib-conf_h6300 = "detect-stylus" RDEPENDS_tslib-conf_blueangel = "detect-stylus" RDEPENDS_tslib-conf_htcuniversal = "detect-stylus" |