Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Andraž 'ruskie' Levstik (d56da52c4ae097cefba2ef78779580e3921c58a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Andraž 'ruskie' Levstik (d56da52c4ae097cefba2ef78779580e3921c58a7)
  • Date: Tue, 26 Aug 2008 00:59:25 -0500

GIT changes to devel-xorg-modular grimoire by Andraž 'ruskie' Levstik
<ruskie AT codemages.net>:

xorg-xserver/xorg-server/CONFIGURE | 92
++++++++++++++++++++-----------------
xorg-xserver/xorg-server/HISTORY | 3 +
2 files changed, 54 insertions(+), 41 deletions(-)

New commits:
commit d56da52c4ae097cefba2ef78779580e3921c58a7
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

xorg-server: added a query for advanced options

diff --git a/xorg-xserver/xorg-server/CONFIGURE
b/xorg-xserver/xorg-server/CONFIGURE
index 182c502..f0d7645 100755
--- a/xorg-xserver/xorg-server/CONFIGURE
+++ b/xorg-xserver/xorg-server/CONFIGURE
@@ -130,49 +130,59 @@ config_query_option XORG_SERVER_OPTS
\
n \
"--enable-xnest" \
"--disable-xnest"
&&
-# removing this for the time beeing
-#config_query_option XORG_SERVER_OPTS
\
-# "Build Xgl server (EXPERIMENTAL)?"
\
-# n
\
-# "--enable-xgl"
\
-# "--disable-xgl"
&&
-#
-#config_query_option XORG_SERVER_OPTS
\
-# "Build Xglx xgl module (EXPERIMENTAL)?"
\
-# n
\
-# "--enable-xglx"
\
-# "--disable-xglx"
&&
-#
-#config_query_option XORG_SERVER_OPTS
\
-# "Build Xegl xgl module EXPERIMENTAL"
\
-# n
\
-# "--enable-xegl"
\
-# "--disable-xegl"
&&
-#
-#config_query_option XORG_SERVER_OPTS
\
-# "Build kdrive servers (EXPERIMENTAL)?"
\
-# n
\
-# "--enable-kdrive"
\
-# "--disable-kdrive"
&&
-#
-#config_query_option XORG_SERVER_OPTS
\
-# "Build the kdrive Xephyr server (EXPERIMENTAL)?"
\
-# n
\
-# "--enable-xephyr"
\
-# "--disable-xephyr"
&&
-#
-#config_query_option XORG_SERVER_OPTS
\
-# "Build the kdrive Xsdl server (EXPERIMENTAL)?"
\
-# n
\
-# "--enable-xsdl"
\
-# "--disable-xsdl"
&&
+
+message "${SPELL_COLOR}$SPELL${DEFAULT_COLOR} provides some advanced" \
+ "${PROBLEM_COLOR}EXPERIMENTAL${DEFAULT_COLOR} options that may" \
+ "${PROBLEM_COLOR}BREAK${DEFAULT_COLOR} the build or the final" \
+ "executing of the server. So answer the following carefully"
&&
+
+config_query XORG_SERVER_ADVANCED "Do you wish the advanced options" n
&&
+
+if [[ $XORG_SERVER_ADVANCED == y ]] ; then
+config_query_option XORG_SERVER_OPTS \
+ "Build Xgl server (EXPERIMENTAL)?" \
+ n \
+ "--enable-xgl" \
+ "--disable-xgl"
&&
+
+config_query_option XORG_SERVER_OPTS \
+ "Build Xglx xgl module (EXPERIMENTAL)?" \
+ n \
+ "--enable-xglx" \
+ "--disable-xglx"
&&
+
+config_query_option XORG_SERVER_OPTS \
+ "Build Xegl xgl module EXPERIMENTAL" \
+ n \
+ "--enable-xegl" \
+ "--disable-xegl"
&&
+
+config_query_option XORG_SERVER_OPTS \
+ "Build kdrive servers (EXPERIMENTAL)?" \
+ n \
+ "--enable-kdrive" \
+ "--disable-kdrive"
&&
+
+config_query_option XORG_SERVER_OPTS \
+ "Build the kdrive Xephyr server (EXPERIMENTAL)?" \
+ n \
+ "--enable-xephyr" \
+ "--disable-xephyr"
&&
+
+config_query_option XORG_SERVER_OPTS \
+ "Build the kdrive Xsdl server (EXPERIMENTAL)?" \
+ n \
+ "--enable-xsdl" \
+ "--disable-xsdl"
&&
# this tends to break stuff badly
-#config_query_option XORG_SERVER_OPTS
\
-# "Install Xorg server as owned by root with setuid bit
(EXPERIMENTAL)?" \
-# y
\
-# "--enable-install-setuid"
\
-# "--disable-install-setuid"
&&
+config_query_option XORG_SERVER_OPTS \
+ "Install Xorg server as owned by root with setuid bit
(EXPERIMENTAL)?" \
+ y \
+ "--enable-install-setuid" \
+ "--disable-install-setuid"
&&

+message "${QUERY_COLOR}Advanced options end here${DEFAULT_COLOR}"
+fi
config_query_option XORG_SERVER_OPTS \
"Enable Secure RPC?" \
y \
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index 352aa11..a7258eb 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,6 @@
+2008-08-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: added a warning for the more advanced options
+
2008-08-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFIGURE: unlocking all the optional drivers now
* DEPENDS: runtime_depends_2 used in place of regular



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Andraž 'ruskie' Levstik (d56da52c4ae097cefba2ef78779580e3921c58a7), Andraž 'ruskie' Levstik, 08/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page