diff options
author | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:41:06 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:41:06 +0000 |
commit | a5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742 (patch) | |
tree | 543edf4113f7d640b55ffafca92eab59595ca517 | |
parent | 7ca1c6d3022ec7dd272d243f00d8a8d0cba59c85 (diff) |
packages/uicmoc: Depend on zlib-native as reported by Jan Luebbe
This is a blind fix and the issue was reported by Jan Luebbe. Refactoring
the uicmoc4 recipes is on my todolist as well.
-rw-r--r-- | packages/uicmoc/uicmoc4-native_4.3.0.bb | 2 | ||||
-rw-r--r-- | packages/uicmoc/uicmoc4-native_4.3.1.bb | 1 | ||||
-rw-r--r-- | packages/uicmoc/uicmoc4-native_4.3.2.bb | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/packages/uicmoc/uicmoc4-native_4.3.0.bb b/packages/uicmoc/uicmoc4-native_4.3.0.bb index 27443f6876..93a2b6a4ce 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.0.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" -DEPENDS = "libx11-native libxext-native" +DEPENDS = "libx11-native libxext-native zlib-native" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL QPL" diff --git a/packages/uicmoc/uicmoc4-native_4.3.1.bb b/packages/uicmoc/uicmoc4-native_4.3.1.bb index df39a494b2..77ef361980 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.1.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.1.bb @@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" +DEPENDS = "zlib-native" SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" diff --git a/packages/uicmoc/uicmoc4-native_4.3.2.bb b/packages/uicmoc/uicmoc4-native_4.3.2.bb index df39a494b2..77ef361980 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.2.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.2.bb @@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" +DEPENDS = "zlib-native" SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" |