[clutter] clutter.modules: Update the moduleset



commit 501208758808c9dd05f754d46e883766c4c1264b
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Jun 10 09:39:09 2011 +0100

    clutter.modules: Update the moduleset
    
    Reflect the changes in the repository location for a bunch of modules,
    and add the Cogl dependency to Clutter.

 build/clutter.modules |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/build/clutter.modules b/build/clutter.modules
index 4da7c53..471e152 100644
--- a/build/clutter.modules
+++ b/build/clutter.modules
@@ -223,6 +223,19 @@
     </dependencies>
   </autotools>
 
+  <autotools id="cogl">
+    <branch repo="git.gnome.org"
+            module="cogl"
+            revision="master"/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="cairo"/>
+      <dep package="pango"/>
+      <dep package="gdk-pixbuf"/>
+      <dep package="gobject-introspection"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="clutter">
     <branch repo="git.gnome.org"
             module="clutter"
@@ -231,7 +244,7 @@
       <dep package="glib"/>
       <dep package="cairo"/>
       <dep package="pango"/>
-      <dep package="gdk-pixbuf"/>
+      <dep package="cogl"/>
       <dep package="atk"/>
       <dep package="gobject-introspection"/>
       <dep package="json-glib"/>
@@ -294,7 +307,7 @@
   </autotools>
 
   <autotools id="mx" autogenargs="--without-clutter-imcontext --without-clutter-gesture">
-    <branch repo="git.clutter-project.org"
+    <branch repo="github.com/clutter-project"
             module="mx"
             revision="master"/>
     <dependencies>
@@ -359,8 +372,8 @@
   </autotools>
 
   <autotools id="pyclutter">
-    <branch repo="git.clutter-project.org"
-            module="bindings/pyclutter"
+    <branch repo="git.gnome.org"
+            module="pyclutter"
             revision="master"/>
     <dependencies>
       <dep package="pygobject"/>



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