clutter.modules: Update the moduleset
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 10 Jun 2011 08:39:09 +0000 (09:39 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 10 Jun 2011 08:39:09 +0000 (09:39 +0100)
Reflect the changes in the repository location for a bunch of modules,
and add the Cogl dependency to Clutter.

build/clutter.modules

index 4da7c53..471e152 100644 (file)
     </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"
       <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"/>
   </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>
   </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"/>