diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2009-05-28 00:17:01 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2009-05-28 00:17:01 +0100 |
commit | ac97bd863e5c69efc12044237b4b0ca411890097 (patch) | |
tree | 473f07035c7e5602e62e802be9dc024f7011549b /recipes/qte/qte_2.3.10.bb | |
parent | 0e8d0a39dfd278718dea7b3218a89f63e7b6a8ca (diff) |
libopie2/qte: fix bad cursor key rotation on some devices
* Should fix bad cursor key rotation with respect to the screen on
some devices and hopefully won't affect devices that were OK.
* All responsibility for rotating the cursor keys now lies with
ODevice (libopie2). Any further fixes need to be applied there.
* Refer to OE bug #3678 for more information.
Diffstat (limited to 'recipes/qte/qte_2.3.10.bb')
-rw-r--r-- | recipes/qte/qte_2.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qte/qte_2.3.10.bb b/recipes/qte/qte_2.3.10.bb index 68825b6ce8..1183bc29bf 100644 --- a/recipes/qte/qte_2.3.10.bb +++ b/recipes/qte/qte_2.3.10.bb @@ -1,3 +1,3 @@ require qte-common_${PV}.inc -PR = "r52" +PR = "r53" |