From a5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Thu, 25 Oct 2007 22:41:06 +0000 Subject: 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. --- packages/uicmoc/uicmoc4-native_4.3.0.bb | 2 +- packages/uicmoc/uicmoc4-native_4.3.1.bb | 1 + packages/uicmoc/uicmoc4-native_4.3.2.bb | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/uicmoc') 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" -- cgit 1.2.3-korg