diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-12 14:38:44 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-12 14:38:44 +0000 |
commit | eb0472eaea8ac8d96a650e2f78190921abddd5db (patch) | |
tree | ba68272125ab5bf70d86212751d52f18d5c6321a | |
parent | 7ef847505f9cfb02786d2a16441d1a14ee7b590c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages
2004/08/12 16:38:43+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/12 16:38:35+02:00 uni-frankfurt.de!mickey
apply the qgfxraster patch from TrollTech to repair fonts w/ gcc 3.4.x
alphablending still broken though
BKrev: 411b80f4LFPR2aR_niSCU9jeQuPZRQ
-rw-r--r-- | qte/qte-2.3.7/fix-qgfxraster.patch | 0 | ||||
-rw-r--r-- | qte/qte_2.3.7.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/qte/qte-2.3.7/fix-qgfxraster.patch b/qte/qte-2.3.7/fix-qgfxraster.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qte/qte-2.3.7/fix-qgfxraster.patch diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index f448a5d233..7f58831e2f 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r10" +PR = "r11" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -15,6 +15,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://tslib.patch;patch=1 \ file://c700-hardware.patch;patch=1 \ file://encoding.patch;patch=1 \ + file://fix-qgfxraster.patch;patch=1 \ file://update-qtfontdir \ file://sharp_char.h \ file://switches.h " |