diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-23 11:46:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-23 11:46:58 +0000 |
commit | 2534c12ac4c879178132751e51db09c6e4f22cf9 (patch) | |
tree | 7e48652c12ece1f53f0f95995b076a5ffcabd399 /packages/uicmoc/uicmoc4-native_4.2.3.bb | |
parent | b45f05dfdd601bfa5d1ed0c4df0c0c6172729d14 (diff) |
uicmoc4: add 4.3.1 building against Qt/Embedded. This no longer depends on X on the buildhost.
Add missing (non-existant, but you know about ASSUME_PROVDED) dependencies to other versions of uicmoc4
Diffstat (limited to 'packages/uicmoc/uicmoc4-native_4.2.3.bb')
-rw-r--r-- | packages/uicmoc/uicmoc4-native_4.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/uicmoc/uicmoc4-native_4.2.3.bb b/packages/uicmoc/uicmoc4-native_4.2.3.bb index 341b092e29..27b5b5bb31 100644 --- a/packages/uicmoc/uicmoc4-native_4.2.3.bb +++ b/packages/uicmoc/uicmoc4-native_4.2.3.bb @@ -1,7 +1,9 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" +DEPENDS = "libx11-native libxext-native" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL QPL" +PR = "r1" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz" |