diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 02:18:24 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 02:18:24 +0000 |
commit | 6431089e71128e70185737d33fef998ca8a53c81 (patch) | |
tree | 213ed6e3e4f4ef696239a242e84cda137089510f /python | |
parent | fdd3150b77df034ab19bb0af3df33341a9513de0 (diff) |
next attempt to fix PyQt which was broken since sip4
BKrev: 415f6170jWJlCXV8BczTSENZS1A6sA
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pyqt_3.12.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-pyqt_3.12.oe b/python/python-pyqt_3.12.oe index a7c856114b..6607e8175c 100644 --- a/python/python-pyqt_3.12.oe +++ b/python/python-pyqt_3.12.oe @@ -7,7 +7,7 @@ LICENSE = "GPL" RDEPENDS = "python-core python-sip" DEPENDS = "virtual/libqte2 virtual/libqpe" SRCNAME = "pyqt" -PR = "r2" +PR = "r3" SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \ file://features" @@ -22,7 +22,7 @@ SIP_FEATURES = "${WORKDIR}/features" EXTRA_OEMAKE = " MAKEFLAGS= " EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \ - CONFIG=qte CONFIG+=warn_on CONFIG+=release \ + CONFIG=qt CONFIG+=warn_on CONFIG+=release \ DESTDIR= VERSION=1.0.0 \ DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=QWS \ INCLUDEPATH=. \ |