diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-09 22:27:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-09 22:27:10 +0000 |
commit | c105021d755c1e898347d0c312e39194a5b2e9f1 (patch) | |
tree | 3c23f2eca36284d791057f1cbd520e611966143b /qt | |
parent | 80449a9febf84f1f0fc0a63cfa0169fea510936b (diff) |
add missing ipkg things to BOOTSTRAP_EXTRA_DEPENDS
BKrev: 4140d8beo_kmSnQ5PwigTIZmTWdD0w
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free-3.3.2/configure.patch | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/qt/qt-x11-free-3.3.2/configure.patch b/qt/qt-x11-free-3.3.2/configure.patch index e69de29bb2..a56c621abb 100644 --- a/qt/qt-x11-free-3.3.2/configure.patch +++ b/qt/qt-x11-free-3.3.2/configure.patch @@ -0,0 +1,60 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- qt-x11-free-3.3.2/configure~configure.patch ++++ qt-x11-free-3.3.2/configure +@@ -219,7 +219,7 @@ + # licensed modules depend on type of commercial license + MODULES="styles tools kernel widgets dialogs iconview workspace" + [ "$PLATFORM_QWS" = "yes" ] && [ "$Products" = "qt-professional" ] && MODULES="$MODULES network" +-[ "$Products" != "qt-professional" ] && MODULES="$MODULES network canvas table xml opengl sql" ++[ "$Products" != "qt-professional" ] && MODULES="$MODULES network canvas table xml sql" + CFG_MODULES_AVAILABLE=$MODULES + QMAKE_VARS="$QMAKE_VARS \"QT_PRODUCT=$Products\"" + QMAKE_VARS="$QMAKE_VARS \"styles += windows motif mac platinum sgi cde motifplus\"" +@@ -1754,21 +1754,14 @@ + CFG_FREETYPE=yes + fi + fi +- # add freetype2 include path +- if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.inc ];then +- QMAKE_VARS="$QMAKE_VARS \"INCLUDEPATH+=`cat $outpath/config.tests/x11/xft.inc`\"" +- fi +- rm -f $outpath/config.tests/x11/xft.inc + # add Xft specific libraries + if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.lib ]; then + QMAKE_VARS="$QMAKE_VARS \"QMAKE_LIBS_X11=`cat $outpath/config.tests/x11/xft.lib` \$\$QMAKE_LIBS_X11\"" + fi +- rm -f $outpath/config.tests/x11/xft.lib + # add Xft specific config options + if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.cfg ]; then + QMAKE_CONFIG="$QMAKE_CONFIG `cat $outpath/config.tests/x11/xft.cfg`" + fi +- rm -f $outpath/config.tests/x11/xft.cfg + # auto-detect Session Management support + if [ "$CFG_SM" = "auto" ]; then + if $x11tests/sm.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then +@@ -2553,12 +2546,6 @@ + (cd $outpath/qmake; $MAKE || (echo "qmake failed to build. Aborting." && exit 2)) || exit 2 + fi + +-# clean up temporary qconfig.h and qmodules.h +-rm -f $outpath/include/qmake/qconfig.h +-rm -f $outpath/include/qmake/qmodules.h +-rmdir $outpath/include/qmake +- +- + #------------------------------------------------------------------------------- + # tests that need qmake + #------------------------------------------------------------------------------- +@@ -3605,7 +3592,7 @@ + + EOF + else +- EXEC="$outpath/bin/qmake $QMAKE_SWITCHES $QMAKE_SPEC_ARGS -o $OUTDIR $a" ++ EXEC="$outpath/bin/qmake $QMAKE_SWITCHES $QMAKE_SPEC_ARGS -o $OUTDIR $a $OE_EXTRA_QMAKE" + if [ "$OPT_VERBOSE" = "yes" ]; then + echo " (`basename $SPEC`)" + if echo '\c' | grep '\c' >/dev/null; then |