diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-13 17:11:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-13 17:11:59 +0000 |
commit | fc22411e12ff4762ec5997d543c5637398580437 (patch) | |
tree | b8da0c83755e22d8b006806ffd833aaec55c4bc0 /qte/qte_2.3.7.oe | |
parent | b128379e402a80568a97a59f4a5c62d988775e01 (diff) |
Correct uicmoc dependency in qte builds.
BKrev: 400426dfOGxOe1ghpmnZ-D8Z4PoDuA
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index c00fda666e..5db3f4f0a6 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -5,7 +5,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://${FILESDIR}/tslib.patch;patch=1 \ file://${FILESDIR}/devfs.patch;patch=1 \ file://${FILESDIR}/no-moc.patch;patch=1 " -DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/uicmoc +DEPENDS=virtual/libc base/zlib base/libpng base/jpeg uicmoc-native RDEPENDS=libc6 libjpeg62 libpng3 zlib1g PROVIDES=virtual/qte virtual/libqte2 S="${WORKDIR}/qt-${PV}" |