diff options
author | Holger Freyther <zecke@selfish.org> | 2004-06-13 20:53:17 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-06-13 20:53:17 +0000 |
commit | 445650d25cdc7ec88f2d4542dbd01ad64b67824f (patch) | |
tree | bf85bed8af0bb189b6b5c82bdffc27be409e28ad /qte/qte-for-opie_2.3.7.oe | |
parent | c3aa5914792c54a7766f9a5ffd8ddb1416354ccc (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into debian.(none):/home/ich/programming/oe/oe-packages-exported
2004/06/13 22:52:38+02:00 (none)!ich
QtE-For-Opie apply the IconView speed up and less flicker patch gathered and backported from Qt3
BKrev: 40ccbebdKLreSsF_nHZhx4Q57OZ8gA
Diffstat (limited to 'qte/qte-for-opie_2.3.7.oe')
-rw-r--r-- | qte/qte-for-opie_2.3.7.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qte/qte-for-opie_2.3.7.oe b/qte/qte-for-opie_2.3.7.oe index b36cdd5566..800e6845ef 100644 --- a/qte/qte-for-opie_2.3.7.oe +++ b/qte/qte-for-opie_2.3.7.oe @@ -5,4 +5,5 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qte-${PV}-r0" DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}" SRC_URI_append = "file://opie.patch;patch=1 \ - file://lefthand.patch;patch=1 " + file://lefthand.patch;patch=1 \ + file://qiconview-speed.patch;patch=1" |