Skip to Content.
Sympa Menu

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

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 (185af8e8d4dcf7dca94e02afb671dedb4bf0c1b2)
  • Date: Sun, 13 Jul 2008 09:45:59 -0500

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

xorg-xserver/xorg-server/BUILD | 1
xorg-xserver/xorg-server/CONFIGURE | 102
+++++++++++++++----------------------
xorg-xserver/xorg-server/DEPENDS | 23 ++------
xorg-xserver/xorg-server/HISTORY | 5 +
4 files changed, 55 insertions(+), 76 deletions(-)

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

xorg-server: finnaly added some fixes to remove things that tend to break
etc...

diff --git a/xorg-xserver/xorg-server/BUILD b/xorg-xserver/xorg-server/BUILD
index 4359fa8..104e323 100755
--- a/xorg-xserver/xorg-server/BUILD
+++ b/xorg-xserver/xorg-server/BUILD
@@ -19,5 +19,6 @@ OPTS="${XORG_SERVER_OPTS}
\
--disable-xprint \
--disable-dmx \
--disable-xwin \
+ --enable-dbe \
${OPTS}" &&
default_build
diff --git a/xorg-xserver/xorg-server/CONFIGURE
b/xorg-xserver/xorg-server/CONFIGURE
index 6d82e33..3442fad 100755
--- a/xorg-xserver/xorg-server/CONFIGURE
+++ b/xorg-xserver/xorg-server/CONFIGURE
@@ -72,18 +72,6 @@ config_query_option XORG_SERVER_OPTS
\
"--disable-dri"
&&

config_query_option XORG_SERVER_OPTS \
- "Build XF86VidMode extension?" \
- y \
- "--enable-xf86vidmode" \
- "--disable-xf86vidmode"
&&
-
-config_query_option XORG_SERVER_OPTS \
- "Build XF86Misc extension?" \
- y \
- "--enable-xf86misc" \
- "--disable-xf86misc"
&&
-
-config_query_option XORG_SERVER_OPTS \
"Build Security extension?" \
y \
"--enable-xcsecurity" \
@@ -126,12 +114,6 @@ config_query_option XORG_SERVER_OPTS
\
"--disable-multibuffer"
&&

config_query_option XORG_SERVER_OPTS \
- "Build DBE extension?" \
- y \
- "--enable-dbe" \
- "--disable-dbe"
&&
-
-config_query_option XORG_SERVER_OPTS \
"Build Xorg server?" \
y \
"--enable-xorg" \
@@ -148,48 +130,48 @@ config_query_option XORG_SERVER_OPTS
\
n \
"--enable-xnest" \
"--disable-xnest"
&&
-
-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"
&&
-
-config_query_option XORG_SERVER_OPTS \
- "Install Xorg server as owned by root with setuid bit
(EXPERIMENTAL)?" \
- y \
- "--enable-install-setuid" \
- "--disable-install-setuid"
&&
+# 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"
&&
+# 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 \
"Enable Secure RPC?" \
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index 1c439f0..c5096a1 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -19,10 +19,6 @@ optional_depends libxevie \
"--enable-xevie" \
"--disable-xevie" \
"Build XEvIE extension" &&
-optional_depends libxcomposite \
- "--enable-composite" \
- "--disable-composite" \
- "Build Composite extension" &&
optional_depends libxtrap \
"--enable-xtrap" \
"--disable-xtrap" \
@@ -31,10 +27,6 @@ optional_depends libxscrnsaver \
"--enable-screensaver" \
"--disable-screensaver" \
"Build ScreenSaver extension" &&
-optional_depends libxxf86dga \
- "--enable-dga" \
- "--disable-dga" \
- "Build DGA extension" &&
optional_depends dbus \
"--enable-config-dbus" \
"--disable-config-dbus" \
@@ -51,14 +43,13 @@ optional_depends hal \
# "--enable-dmx" \
# "--disable-dmx" \
# "Build DMX server" &&
-optional_depends freetype2 \
- "--enable-freetype" \
- "--disable-freetype" \
- "Build Xprint FreeType backend" &&
-optional_depends libxfontcache \
- "--enable-fontcache" \
- "--disable-fontcache" \
- "Build FontCache extension" &&
+# apparently now needed forcing/or breaks way to much
+depends freetype2 "--enable-freetype" &&
+depends libxfontcache "--enable-fontcache" &&
+depends libxxf86dga "--enable-dga" &&
+depends libxcomposite "--enable-composite" &&
+depends libxxf86misc "--enable-xf86misc" &&
+depends libxxf86vm "--enable-xf86vidmode" &&
depends libxi &&
depends util-macros &&
depends xinit &&
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index afc5335..c23b351 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,8 @@
+2008-07-13 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: changed some stuff and commented out some other stuff
+ * CONFIGURE: removed some stuff to DEPENDS/BUILD
+ * BUILD: forcing dbe
+
2008-06-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.4.2
mesalib upped to 7.0.3




Archive powered by MHonArc 2.6.24.

Top of Page