diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-15 18:16:37 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-15 18:16:37 +0000 |
commit | 2c2b35175fd7cccf3978b8c83e852525e01e7d0c (patch) | |
tree | ab95c95e231863ebbca496e77538d99dda8469bc /qte/qte_2.3.7.oe | |
parent | 028537d229c99c406a3f4b15fb0875961f3e2ace (diff) |
Add qte tslib and devfs patches (they just add support for them, via ./configure options).
BKrev: 3fddfa85Orcf-wejOc2np4rnYVa--A
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 86607ea555..606e4ced1e 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.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}" |