aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-02-09 19:29:20 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-02-09 19:29:20 +0000
commit3a36bfdd84850f028bf4f8985007d8e4e721b587 (patch)
tree61dd29d279f504d0e64791a7625b7d52fc3b5033 /packages/matchbox-keyboard/matchbox-keyboard_svn.bb
parent8f23150cd6525a4c8e015b016a0d79fea9aee15e (diff)
downloadopenembedded-3a36bfdd84850f028bf4f8985007d8e4e721b587.tar.gz
matchbox-keyboard svn: Add patches to make it work decent on QVGA devices.
* Note: these patched don't affect other devices, as being applied to matchnox-keyboard's own "smallscreen" handling paths (smallscreen defined as having width/height <=320).
Diffstat (limited to 'packages/matchbox-keyboard/matchbox-keyboard_svn.bb')
-rw-r--r--packages/matchbox-keyboard/matchbox-keyboard_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
index e0c3e4d578..8c7584d4f4 100644
--- a/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
+++ b/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
@@ -3,9 +3,10 @@ LICENSE = "GPL"
DEPENDS = "libfakekey expat libxft"
SECTION = "x11"
PV = "0.0+svn${SRCDATE}"
-PR="r2"
+PR="r3"
-SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
+ file://smallscreen-fontsize.patch;patch=1"
S = "${WORKDIR}/${PN}"