diff options
author | Greg Gilbert <greg@treke.net> | 2004-04-11 09:28:24 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-04-11 09:28:24 +0000 |
commit | f805b449cb6ab1b2ad8b7b5f5efb39a9d6d93b2b (patch) | |
tree | 9bd4f7abd0c67b57d9ef729f51b0bbd736994e85 /uicmoc | |
parent | 13a20d9273361bc5d080beb3a4988d3f1f2219d5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into olddog.(none):/home/ggilbert/oe/packages
2004/04/11 02:27:47-07:00 (none)!ggilbert
uicmoc-native: needs to depend on zlib-native
uicmoc-native_2.3.7.oe:
uicmoc-native: needs to depend on zlib-native
BKrev: 40790fb8Ap2t5qPWJTfUosP3xuaF1w
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index a468bbf93e..edb68a6dc0 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -1,6 +1,6 @@ DESCRIPTION = "User Interface Generator and Meta Object Compiler (moc) for Qt(E) 2.x" PRIORITY = "optional" -DEPENDS = "virtual/libc" +DEPENDS = "virtual/libc zlib-native" LICENSE = "GPL/QPL" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz" |