qt4: add extra hook into configure to munge some qmake stuff
authorKoen Kooi <koen@openembedded.org>
Wed, 8 Jul 2009 17:21:53 +0000 (19:21 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 8 Jul 2009 17:21:53 +0000 (19:21 +0200)
recipes/qt4/qt4.inc

index a667ab8..98c11fd 100644 (file)
@@ -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} \