Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c64cd22f5f190edd1fad75257a565668e4e8afc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c64cd22f5f190edd1fad75257a565668e4e8afc)
  • Date: Tue, 30 Nov 2010 13:14:15 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 9c64cd22f5f190edd1fad75257a565668e4e8afc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libx11: libxcb isn't optional anymore

diff --git a/xorg-lib/libx11/DEPENDS b/xorg-lib/libx11/DEPENDS
index 219fac7..b417f12 100755
--- a/xorg-lib/libx11/DEPENDS
+++ b/xorg-lib/libx11/DEPENDS
@@ -11,14 +11,11 @@ depends kbproto &&
depends inputproto &&
depends libxau &&
depends libxdmcp &&
+depends libxcb &&
+
optional_depends groff '--enable-specs' '--disable-specs' 'specification
docs' &&
-optional_depends libxcb \
- "--with-xcb" \
- "--without-xcb" \
- "Enable XCB support (EXPERIMENTAL)" &&

optional_depends xf86bigfontproto \
"--enable-xf86bigfont" \
"--disable-xf86bigfont" \
"Enable XF86BigFont extension support?"
-
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 543930f..2cb1612 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2010-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: libxcb isn't optional anymore
+
2010-11-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c64cd22f5f190edd1fad75257a565668e4e8afc), Vlad Glagolev, 11/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page