Build: Switch to clutter / cogl 1.7

https://bugzilla.gnome.org/show_bug.cgi?id=653397
This commit is contained in:
Adel Gadllah 2011-06-25 11:51:31 +02:00
parent 82a8ac1976
commit e2e3b29ed1

View File

@ -117,9 +117,21 @@
</dependencies>
</autotools>
<autotools id="clutter">
<branch repo="git.gnome.org" module="clutter" revision="clutter-1.6"/>
<autotools id="cogl">
<branch repo="git.gnome.org" module="cogl"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
<dep package="cairo"/>
<dep package="pango"/>
<dep package="gdk-pixbuf"/>
</dependencies>
</autotools>
<autotools id="clutter">
<branch repo="git.gnome.org" module="clutter"/>
<dependencies>
<dep package="cogl"/>
<dep package="json-glib"/>
<dep package="gobject-introspection"/>
<dep package="atk"/>