From c9f714062c1100cedbcb2c16d16656e3f5442133 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 6 Dec 2011 12:11:41 +0000 Subject: qt4: various tidy-ups * -reduce-relocations is already specified in qt4.inc, no need to add it in qt-${PV}.inc * Add QT_GLFLAGS to QT_CONFIG_FLAGS in qt4.inc rather than spreading it through other inc files. * Add "-xmlpatterns -no-rpath -qt3support -silent" to QT_CONFIG_FLAGS in qt4.inc rather than qt-${PV}.inc; these have been supported since at least 4.5.2 and therefore shouldn't be version-specific. * Move "-no-fast -silent -no-rpath" to EXTRA_OECONF in qt4-native.inc rather than the versioned recipes for the same reason * Remove redundant setting of LICENSE in qt4-embedded.inc Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-native.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-qt/qt4/qt4-native.inc') diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index ebbee9be2..8a6eb4b69 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc @@ -31,7 +31,8 @@ EXTRA_OECONF = "-prefix ${prefix} \ -verbose -release \ -embedded -no-freetype -no-glib -no-iconv \ -exceptions -xmlpatterns \ - -qt3support" + -qt3support \ + -no-fast -silent -no-rpath" # yank default -e, otherwise we get the following error: # moc_qbuffer.cpp: No such file or directory -- cgit v1.2.3