[jhbuild] core-deps-3.14: Use libxcb 1.10



commit 0d4bfb03fd64a2efa5fd95e612cca9e0d0f0a5f3
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Aug 7 15:11:35 2014 +0200

    core-deps-3.14: Use libxcb 1.10
    
    libxcb master requires xorg-macros >= 1.18 which isn't widely
    available yet so let's stay with libxcb 1.10 which should be good
    enough for us.

 modulesets/gnome-suites-core-deps-3.14.modules |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.14.modules b/modulesets/gnome-suites-core-deps-3.14.modules
index b713d95..0bd7588 100644
--- a/modulesets/gnome-suites-core-deps-3.14.modules
+++ b/modulesets/gnome-suites-core-deps-3.14.modules
@@ -1279,11 +1279,17 @@
   </autotools>
 
   <autotools id="xcb-proto">
-    <branch repo="git.freedesktop.org" checkoutdir="xcb-proto" module="xcb/proto.git" />
+    <branch repo="git.freedesktop.org"
+            checkoutdir="xcb-proto"
+            module="xcb/proto.git"
+            revision="1.10"/>
   </autotools>
 
   <autotools id="libxcb">
-    <branch repo="git.freedesktop.org" checkoutdir="libxcb" module="xcb/libxcb.git" />
+    <branch repo="git.freedesktop.org"
+            checkoutdir="libxcb"
+            module="xcb/libxcb.git"
+            revision="1.10"/>
     <dependencies>
       <dep package="xcb-proto"/>
     </dependencies>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]