diff options
author | Dmitry Cherukhin <dima_ch@emcraft.com> | 2011-11-02 13:03:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:03:36 +0000 |
commit | 0ba6d91dc527908740890c896b834e7216b0d2fb (patch) | |
tree | b30e64d5562daf7aadb8c6bc7cf8953c64033eb8 /meta/recipes-graphics/tslib/tslib_1.0.bb | |
parent | eacafd21999ab37b60af29dc3e626c441716ef66 (diff) | |
download | openembedded-core-0ba6d91dc527908740890c896b834e7216b0d2fb.tar.gz openembedded-core-0ba6d91dc527908740890c896b834e7216b0d2fb.tar.bz2 openembedded-core-0ba6d91dc527908740890c896b834e7216b0d2fb.zip |
tslib: fix the bug with loading libts-1.0.so
Touchpad did not work in the qtdemoE if the library libts-1.0.so was not loaded
manually using the LD_PRELOAD variable. This problem was fixed in the tslib mainline
https://github.com/kergoth/tslib after the 1.0 release. We just import the patch.
Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib_1.0.bb')
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 3704572baf..dbabce02c0 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb @@ -10,10 +10,11 @@ SECTION = "base" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" -PR = "r18" +PR = "r19" SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ file://fix_version.patch \ + file://0001-Link-plugins-against-libts.patch \ file://ts.conf \ file://tslib.sh" |