git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2059a69
)
qt4: add extra hook into configure to munge some qmake stuff
author
Koen Kooi
<koen@openembedded.org>
Wed, 8 Jul 2009 17:21:53 +0000
(19:21 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 8 Jul 2009 17:21:53 +0000
(19:21 +0200)
recipes/qt4/qt4.inc
patch
|
blob
|
history
diff --git
a/recipes/qt4/qt4.inc
b/recipes/qt4/qt4.inc
index
a667ab8
..
98c11fd
100644
(file)
--- 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} \