Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (efbbffd6518c2ccf58918128841f3bd06172eb3c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (efbbffd6518c2ccf58918128841f3bd06172eb3c)
  • Date: Tue, 24 Oct 2006 04:36:23 -0500

GIT changes to master xorg-modular grimoire by Andra?? Levstik
<ruskie AT mages.ath.cx>:

xorg-lib/libx11/DEPENDS | 5 ++++-
xorg-lib/libx11/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit efbbffd6518c2ccf58918128841f3bd06172eb3c
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

libx11: make xcb optional

diff --git a/xorg-lib/libx11/DEPENDS b/xorg-lib/libx11/DEPENDS
index db44fae..20673e4 100755
--- a/xorg-lib/libx11/DEPENDS
+++ b/xorg-lib/libx11/DEPENDS
@@ -11,7 +11,10 @@ depends kbproto &&
depends inputproto &&
depends libxau &&
depends libxdmcp &&
-depends libxcb &&
+optional_depends libxcb \
+ "--with-xcb" \
+ "--without-xcb" \
+ "Enable XCB support" &&

optional_depends xf86bigfontproto \
"--enable-xf86bigfont" \
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index d268711..2869a39 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2006-10-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: make xcb optional
+
2006-10-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 1.0.99.1




  • [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (efbbffd6518c2ccf58918128841f3bd06172eb3c), Andra?? Levstik, 10/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page