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 /libsip | |
parent | fc915eada84fcc41b5f209c9076adf08d0286932 (diff) |
BUGFIX: the python packages should now build again
(fixed some dependencies, too)
BKrev: 402e388ceppLnKc1s7M7m_83993tLQ
Diffstat (limited to 'libsip')
-rw-r--r-- | libsip/libsip_3.10.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsip/libsip_3.10.oe b/libsip/libsip_3.10.oe index af582066fc..09dc0c8346 100644 --- a/libsip/libsip_3.10.oe +++ b/libsip/libsip_3.10.oe @@ -24,8 +24,8 @@ EXTRA_QMAKEVARS_POST = ' CONFIG=qte \ 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} ' # |