[Lunar-commits] <moonbase> qt4: Makes more sense to have xmlpatterns actually choosable in the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Apr 11 13:05:46 CEST 2011
commit fd55aa3ea9b1a52a2c60005d513d50827941615b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Apr 11 07:05:46 2011 -0400
qt4: Makes more sense to have xmlpatterns actually choosable in the
CONFIGURE.
---
qt4-apps/qt4/BUILD | 2 +-
qt4-apps/qt4/CONFIGURE | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qt4-apps/qt4/BUILD b/qt4-apps/qt4/BUILD
index 36036fa..c374b52 100644
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -28,7 +28,7 @@
OPTS+=" -make examples -make demos -make tools -make docs -make translations"
fi &&
- OPTS+=" -largefile -multimedia -audio-backend -no-separate-debug-info -script -release -scripttools -accessibility -glib -optimized-qmake -xmlpatterns -fast -shared" &&
+ OPTS+=" -largefile -multimedia -audio-backend -no-separate-debug-info -script -release -scripttools -accessibility -glib -optimized-qmake -fast -shared" &&
./configure -confirm-license $LICENSE_TYPE \
-prefix /usr \
diff --git a/qt4-apps/qt4/CONFIGURE b/qt4-apps/qt4/CONFIGURE
index 3f13eb4..6626b1f 100644
--- a/qt4-apps/qt4/CONFIGURE
+++ b/qt4-apps/qt4/CONFIGURE
@@ -1,6 +1,6 @@
mquery MAKE_DOCS "Build the QT4 documentation?" n "" "-nomake docs"
mquery MAKE_EXAMPLE_DEMOS "Build examples and demos?" n "" "-nomake examples -nomake demos"
-mquery XML_PATTERNS "Build xml patterns? ${PROBLEM_COLOR}Needed by qtscriptgenerator${DEFAULT_COLOR}" y "-exceptions" "-no-exceptions"
+mquery XML_PATTERNS "Build xml patterns? ${PROBLEM_COLOR}Needed by qtscriptgenerator${DEFAULT_COLOR}" y "-exceptions -xmlpatterns" "-no-exceptions -no-xmlpatterns"
mquery MAKE_QDOC3 "BUILD QDOC3 docs? ${PROBLEM_COLOR}Needed by qt-creator${DEFAULT_COLOR}" n
mquery MAKE_WEBKIT "Build the webkit plugin? ${PROBLEM_COLOR}Needed by kdelibs4${DEFAULT_COLOR}" y "-webkit" "-no-webkit"
mquery LICENSE_TYPE "Build Qt using open-source license? (n=commercial)" y
More information about the Lunar-commits
mailing list