diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
| commit | 60c86e7fb57edf36191178c095b1c39bbc4b035a (patch) | |
| tree | 3ffb109a2ed56d95cfa3499ae9ccc3ee2ad9e821 /python/python-pyqt_3.10.oe | |
| parent | fc915eada84fcc41b5f209c9076adf08d0286932 (diff) | |
BUGFIX: the python packages should now build again
(fixed some dependencies, too)
BKrev: 402e388ceppLnKc1s7M7m_83993tLQ
Diffstat (limited to 'python/python-pyqt_3.10.oe')
| -rw-r--r-- | python/python-pyqt_3.10.oe | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python-pyqt_3.10.oe b/python/python-pyqt_3.10.oe index 49ee571a6f..6757a910ec 100644 --- a/python/python-pyqt_3.10.oe +++ b/python/python-pyqt_3.10.oe @@ -2,8 +2,9 @@ DESCRIPTION="Python Qt/Embedded + Qt/Palmtop Bindings" SECTION=base PRIORITY=optional MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE="GPL" -DEPENDS="virtual/libc virtual/libqte2 virtual/libqpe" +LICENSE=GPL +RDEPENDS=python-core libqte2 libqpe1 +DEPENDS=virtual/libc virtual/libqte2 virtual/libqpe libsip sip-native SRCNAME=pyqt SRC_URI = http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \ @@ -21,8 +22,8 @@ EXTRA_QMAKEVARS_POST = ' QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \ DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT \ INCLUDEPATH=. \ - INCLUDEPATH+=${STAGING_DIR}/build/include/python2.3 \ - INCLUDEPATH+=${STAGING_DIR}/target/include \ + INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \ + INCLUDEPATH+=${STAGING_INCDIR} \ LIBS=-L${STAGING_LIBDIR}/python2.3/site-packages \ LIBS+=-L${STAGING_LIBDIR} LIBS+=-lqte LIBS+=-lqpe LIBS+=-lsip ' |
