clutter.modules: Update the moduleset

Reflect the changes in the repository location for a bunch of modules,
and add the Cogl dependency to Clutter.
This commit is contained in:
Emmanuele Bassi 2011-06-10 09:39:09 +01:00
parent 7d1d1acbbb
commit 5012087588

View File

@ -223,6 +223,19 @@
</dependencies> </dependencies>
</autotools> </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"> <autotools id="clutter">
<branch repo="git.gnome.org" <branch repo="git.gnome.org"
module="clutter" module="clutter"
@ -231,7 +244,7 @@
<dep package="glib"/> <dep package="glib"/>
<dep package="cairo"/> <dep package="cairo"/>
<dep package="pango"/> <dep package="pango"/>
<dep package="gdk-pixbuf"/> <dep package="cogl"/>
<dep package="atk"/> <dep package="atk"/>
<dep package="gobject-introspection"/> <dep package="gobject-introspection"/>
<dep package="json-glib"/> <dep package="json-glib"/>
@ -294,7 +307,7 @@
</autotools> </autotools>
<autotools id="mx" autogenargs="--without-clutter-imcontext --without-clutter-gesture"> <autotools id="mx" autogenargs="--without-clutter-imcontext --without-clutter-gesture">
<branch repo="git.clutter-project.org" <branch repo="github.com/clutter-project"
module="mx" module="mx"
revision="master"/> revision="master"/>
<dependencies> <dependencies>
@ -359,8 +372,8 @@
</autotools> </autotools>
<autotools id="pyclutter"> <autotools id="pyclutter">
<branch repo="git.clutter-project.org" <branch repo="git.gnome.org"
module="bindings/pyclutter" module="pyclutter"
revision="master"/> revision="master"/>
<dependencies> <dependencies>
<dep package="pygobject"/> <dep package="pygobject"/>