diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-28 11:30:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-28 11:31:47 +0200 |
commit | 54c5c004e7affe487218299846f1be16f0cb50ef (patch) | |
tree | a10e3f3e78edc6f8e38b75d01855ec9b39732f6b /recipes/qt4/qt-4.6.2+4.7.0-beta1.inc | |
parent | 3249005fd52217a2bc7157e29143cb8c4a909765 (diff) |
qt4: move xmlpatterns to 4.7 build, it breaks 4.6.x
Diffstat (limited to 'recipes/qt4/qt-4.6.2+4.7.0-beta1.inc')
-rw-r--r-- | recipes/qt4/qt-4.6.2+4.7.0-beta1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt-4.6.2+4.7.0-beta1.inc b/recipes/qt4/qt-4.6.2+4.7.0-beta1.inc index 8ac957720f..114f3ae2ea 100644 --- a/recipes/qt4/qt-4.6.2+4.7.0-beta1.inc +++ b/recipes/qt4/qt-4.6.2+4.7.0-beta1.inc @@ -45,7 +45,7 @@ do_configure_append() { } QT_GLFLAGS ?= "" -QT_CONFIG_FLAGS += " -no-rpath -qt3support -reduce-relocations -silent ${QT_GLFLAGS}" +QT_CONFIG_FLAGS += " -xmlpatterns -no-rpath -qt3support -reduce-relocations -silent ${QT_GLFLAGS}" do_compile() { # Fixup missing wsegl header in some SGX SDKs |