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