[jhbuild] core-deps-3.14: Add libxcb and xcb-proto



commit 5c5720505552bab517db2a8a8c899acaf00e541d
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Aug 7 14:18:59 2014 +0200

    core-deps-3.14: Add libxcb and xcb-proto
    
    xkbcommon-x11 depends on new versions of these.

 modulesets/gnome-suites-core-deps-3.14.modules |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.14.modules b/modulesets/gnome-suites-core-deps-3.14.modules
index 82c531c..b713d95 100644
--- a/modulesets/gnome-suites-core-deps-3.14.modules
+++ b/modulesets/gnome-suites-core-deps-3.14.modules
@@ -1278,6 +1278,17 @@
     </dependencies>
   </autotools>
 
+  <autotools id="xcb-proto">
+    <branch repo="git.freedesktop.org" checkoutdir="xcb-proto" module="xcb/proto.git" />
+  </autotools>
+
+  <autotools id="libxcb">
+    <branch repo="git.freedesktop.org" checkoutdir="libxcb" module="xcb/libxcb.git" />
+    <dependencies>
+      <dep package="xcb-proto"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="libxkbcommon" autogenargs="--with-xkb-config-root=/usr/share/X11/xkb">
     <branch repo="github.com" checkoutdir="libxkbcommon" module="xkbcommon/libxkbcommon.git"/>
     <dependencies>
@@ -1285,6 +1296,7 @@
       <dep package="xorg-xproto"/>
       <dep package="xorg-kbproto"/>
       <dep package="libX11"/>
+      <dep package="libxcb"/>
     </dependencies>
   </autotools>
 


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