diff options
Diffstat (limited to 'qte/qte_2.3.6.oe')
-rw-r--r-- | qte/qte_2.3.6.oe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe index 86607ea555..606e4ced1e 100644 --- a/qte/qte_2.3.6.oe +++ b/qte/qte_2.3.6.oe @@ -1,7 +1,9 @@ DESCRIPTION="Qt/Embedded version ${PV}" LICENSE="GPL/QPL" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz" -SRC_URI_append=" file://${FILESDIR}/qpe.patch;patch=1" +SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ + file://${FILESDIR}/qpe.patch;patch=1 \ + file://${FILESDIR}/tslib.patch;patch=1 \ + file://${FILESDIR}/devfs.patch;patch=1" DEPENDS=virtual/libc base/zlib base/libpng base/jpeg PROVIDES=virtual/qte virtual/libqte2 S="${WORKDIR}/qt-${PV}" |