author | sandman <sandman> | 2002-12-07 20:12:38 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-07 20:12:38 (UTC) |
commit | 20b6e9b4632308bd12e37ced57d046e7938d39f8 (patch) (unidiff) | |
tree | c8d844cedaafd447d45e6ac4d66c1027cb638c20 | |
parent | d560a811f80d718cf5db8deb57d1ebd4df5330f3 (diff) | |
download | opie-20b6e9b4632308bd12e37ced57d046e7938d39f8.zip opie-20b6e9b4632308bd12e37ced57d046e7938d39f8.tar.gz opie-20b6e9b4632308bd12e37ced57d046e7938d39f8.tar.bz2 |
added depend on libpng and libz
!! These are familiar package names -- we may have to added the OZ names
with | (or)
-rw-r--r-- | qt/qt-embedded.control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/qt-embedded.control b/qt/qt-embedded.control index ec9c3af..89c4613 100644 --- a/qt/qt-embedded.control +++ b/qt/qt-embedded.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* | 1 | Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* |
2 | Priority: required | 2 | Priority: required |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 4 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QTE_VERSION-3 | 6 | Version: $QTE_VERSION-3 |
7 | Depends: libjpeg62 | 7 | Depends: libjpeg62, libpng2, zlib1g |
8 | Description: Qt/Embedded environment | 8 | Description: Qt/Embedded environment |
9 | A complete windowing system and GUI toolkit for handhelds. | 9 | A complete windowing system and GUI toolkit for handhelds. |
10 | See "QPE" for applications. | 10 | See "QPE" for applications. |