[Lunar-commits] <moonbase> qt4: fix color issues in CONFIGURE options

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sun Apr 15 18:02:21 CEST 2012


commit 4642b97fe605fed82b7ff6d2b50c85639629f756
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sun Apr 15 18:01:29 2012 +0200

    qt4: fix color issues in CONFIGURE options
---
 qt4-apps/qt4/CONFIGURE |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/qt4-apps/qt4/CONFIGURE b/qt4-apps/qt4/CONFIGURE
index 84af3c8..52e0671 100644
--- a/qt4-apps/qt4/CONFIGURE
+++ b/qt4-apps/qt4/CONFIGURE
@@ -1,5 +1,5 @@
-mquery MAKE_EXAMPLE_DEMOS "Build examples. docs and demos?${PROBLEM_COLOR} (Needed by Qt Assistant and Designer${DEFAULT_COLOR}" n "" "-nomake docs -nomake examples -nomake demos"
-mquery XML_PATTERNS "Build xml patterns? ${PROBLEM_COLOR}Needed by qtscriptgenerator${DEFAULT_COLOR}" y "-xmlpatterns" "-no-exceptions -no-xmlpatterns"
-mquery MAKE_WEBKIT "Build the webkit plugin? ${PROBLEM_COLOR}Needed by phonon / kdelibs4 / mythtv ${DEFAULT_COLOR}" y "-webkit" "-no-webkit"
+mquery MAKE_EXAMPLE_DEMOS "Build examples. docs and demos? ${PROBLEM_COLOR}(Needed by Qt Assistant and Designer)${QUERY_COLOR}" n "" "-nomake docs -nomake examples -nomake demos"
+mquery XML_PATTERNS "Build xml patterns? ${PROBLEM_COLOR}(Needed by qtscriptgenerator)${QUERY_COLOR}" y "-xmlpatterns" "-no-exceptions -no-xmlpatterns"
+mquery MAKE_WEBKIT "Build the webkit plugin? ${PROBLEM_COLOR}(Needed by phonon / kdelibs4 / mythtv)${QUERY_COLOR}" y "-webkit" "-no-webkit"
 mquery LICENSE_TYPE "Build Qt using open-source license? (n=commercial)" y
-mquery MAKE_PHONON "Build qt4's (old) phonon? ${PROBLEM_COLOR}say n if you will build and use KDE${DEFAULT_COLOR}" n "-phonon" "-no-phonon"
+mquery MAKE_PHONON "Build qt4's (old) phonon? ${PROBLEM_COLOR}(Say n if you will build and use KDE)${QUERY_COLOR}" n "-phonon" "-no-phonon"


More information about the Lunar-commits mailing list