diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 19:15:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 19:15:04 +0000 |
commit | 481a12ab547682d7a5fb0d23c4640dbfb149bccd (patch) | |
tree | 94f9219a45dd7572942cc06d1b51456ca66d0191 /packages/qte/qte_2.3.10-snapshot.bb | |
parent | 744dc9b974fea3729edc3e2f0784364d71b1488c (diff) |
qte-2.3.10: apply the SIMpad patch all the time
BKrev: 420126b8pDxMYt9l8tL7CmKcoxI4dw
Diffstat (limited to 'packages/qte/qte_2.3.10-snapshot.bb')
-rw-r--r-- | packages/qte/qte_2.3.10-snapshot.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qte/qte_2.3.10-snapshot.bb b/packages/qte/qte_2.3.10-snapshot.bb index c7634eef35..8c9a67d459 100644 --- a/packages/qte/qte_2.3.10-snapshot.bb +++ b/packages/qte/qte_2.3.10-snapshot.bb @@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r7" +PR = "r8" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -18,6 +18,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://fix-qgfxraster.patch;patch=1 \ file://qt-visibility.patch;patch=1 \ file://tslib.patch;patch=1 \ + file://simpad.patch;patch=1 \ file://update-qtfontdir \ file://sharp_char.h \ file://switches.h " |