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/qtopia-core.inc | |
parent | 32a24933810026b6a730a0377889fa73430501cc (diff) |
packages/qt4/qtopia-core,qt4-x11-free: Make it share the DEPENDS and inherits
Diffstat (limited to 'packages/qt4/qtopia-core.inc')
-rw-r--r-- | packages/qt4/qtopia-core.inc | 8 |
1 files changed, 5 insertions, 3 deletions
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 |