From: Koen Kooi Date: Wed, 8 Jul 2009 17:21:53 +0000 (+0200) Subject: qt4: add extra hook into configure to munge some qmake stuff X-Git-Tag: Release-2010-05/1~2985 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ad37cc9b1e66123e3c5cd333149da1071a2e14;p=openembedded.git qt4: add extra hook into configure to munge some qmake stuff --- diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index a667ab85bf..98c11fdf2a 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -122,6 +122,8 @@ do_configure() { echo "Examples=${bindir}/${QT_DIR_NAME}/examples" >> $QT_CONF_PATH echo "Demos=${bindir}/${QT_DIR_NAME}/demos" >> $QT_CONF_PATH + ${EXTRA_QMAKE_MUNGE}|| true + (echo o; echo yes) | ./configure -v \ -prefix ${prefix} \ -bindir ${bindir} \