diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-19 14:48:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-19 14:48:41 +0000 |
commit | 2d93fd391935e63504acc767c0194412651c8a56 (patch) | |
tree | ada4a42d60eb675a01d758788d8374cc60fb3edf /packages/matchbox-keyboard | |
parent | 4b38215b677e37bc93757f1841ae0b390dc46033 (diff) |
matchbox-keyboard-im: apply small-screen patch
Diffstat (limited to 'packages/matchbox-keyboard')
-rw-r--r-- | packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb b/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb index 16d5f0e2e6..efdaaaa06a 100644 --- a/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb +++ b/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb @@ -6,10 +6,11 @@ RPROVIDES_${PN} = matchbox-keyboard #DEFAULT_PREFERENCE = "-1" SECTION = "x11" PV = "0.0+svnr${SRCREV}" -PR = "r5" +PR = "r6" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \ - file://matchbox-keyboard-applet.patch;patch=1;pnum=0 \ + file://smallscreen-fontsize.patch;patch=1 \ + file://matchbox-keyboard-applet.patch;patch=1;pnum=0 \ file://80matchboxkeyboard \ file://matchbox-keyboard-hide-delay.patch;patch=1" |