diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-18 08:07:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-18 08:07:39 +0000 |
commit | 1201e348365969a7508155ced3f327c542db55f5 (patch) | |
tree | 88376cbc40202628e245c0078d909f40af5255e6 | |
parent | 26c328ddd399f5c08aae7d919aac4292f8cd2f5c (diff) |
tslib: ship pointercal files for angstrom
-rw-r--r-- | packages/tslib/tslib_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb index 7ccfdd82c7..e7eaf6224e 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 = "r11" +PR = "r12" SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ file://tslib-input_raw-grab_events.patch;patch=1 \ @@ -72,7 +72,8 @@ DEBIAN_NOAUTONAME_tslib-tests = "1" DEBIAN_NOAUTONAME_tslib-calibrate = "1" RDEPENDS_${PN} = "tslib-conf" - +# Ship calibration data if it exists +RRECOMMENDS_${PN}_append_angstrom = "pointercal" FILES_${PN}-dbg += "${libdir}/ts/.debug*" FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" |