diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:35:05 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:35:05 +0000 |
commit | 31e33a19636ee3c236526f232696fee13ecc76ef (patch) | |
tree | 89345483fdd08c3a1babdb6b237c24d902760126 /packages/qt4 | |
parent | 32a24933810026b6a730a0377889fa73430501cc (diff) |
packages/qt4/qtopia-core,qt4-x11-free: Make it share the DEPENDS and inherits
Diffstat (limited to 'packages/qt4')
-rw-r--r-- | packages/qt4/qt4-x11-free.inc | 7 | ||||
-rw-r--r-- | packages/qt4/qt_depends.inc | 3 | ||||
-rw-r--r-- | packages/qt4/qtopia-core.inc | 8 |
3 files changed, 12 insertions, 6 deletions
diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc index 3dedb4f548..1ea8930701 100644 --- a/packages/qt4/qt4-x11-free.inc +++ b/packages/qt4/qt4-x11-free.inc @@ -3,8 +3,7 @@ SECTION = "x11/libs" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" LICENSE = "GPL QPL" -DEPENDS = "pkgconfig-native uicmoc4-native qmake2-native freetype jpeg virtual/libx11 \ - xft libxext libxrender libxrandr libxcursor dbus openssl" +DEPENDS += "virtual/libx11 xft libxext libxrender libxrandr libxcursor" PROVIDES = "qt4x11" PR = "r6" @@ -15,9 +14,11 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz file://0005-fix-mkspecs.patch;patch=1" S = "${WORKDIR}/qt-x11-opensource-src-${PV}" -inherit qmake_base qt4x11 QT_BASE_NAME = "qt4" QT_BASE_LIB = "libqt" QT_LIBRARY_NAME = "libQt" require qt_packaging.inc +require qt_depends.inc + +inherit qt4x11 diff --git a/packages/qt4/qt_depends.inc b/packages/qt4/qt_depends.inc new file mode 100644 index 0000000000..daafa21512 --- /dev/null +++ b/packages/qt4/qt_depends.inc @@ -0,0 +1,3 @@ +inherit pkgconfig qmake_base + +DEPENDS += " uicmoc4-native qmake2-native freetype jpeg dbus openssl" diff --git a/packages/qt4/qtopia-core.inc b/packages/qt4/qtopia-core.inc index cf8c0cc411..dad062c9e0 100644 --- a/packages/qt4/qtopia-core.inc +++ b/packages/qt4/qtopia-core.inc @@ -1,17 +1,19 @@ -SUMMARY = "QtopiaCore" +SUMMARY = "Qt is a versatile cross-platform application framework -- this is the QtopiaCore/Embedded version." SECTION = "libs" LICENSE = "GPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" -DEPENDS = "freetype tslib" +DEPENDS += "tslib" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \ file://linux-oe-qmake.conf" S = "${WORKDIR}/qtopia-core-opensource-src-${PV}" -inherit pkgconfig QT_BASE_NAME = "qtopiacore" QT_BASE_LIB = "libqtopiacore" QT_LIBRARY_NAME = "libQt" require qt_packaging.inc +require qt_depends.inc + +inherit qtopia4core |