1
0
Fork 0

clutter.modules: Update with the gdk-pixbuf split

Gdk-Pixbuf has been split back into its own module once again. This
means that Clutter doesn't have a build requirement on gtk+ any more.
This commit is contained in:
Emmanuele Bassi 2010-06-26 15:42:31 +01:00
parent 26fb096095
commit 8e4d221821

View file

@ -118,12 +118,22 @@
</dependencies>
</autotools>
<autotools id="gdk-pixbuf">
<branch repo="git.gnome.org"
module="gdk-pixbuf"
revision="master"/>
<dependencies>
<dep package="glib"/>
</dependencies>
</autotools>
<autotools id="gtk+">
<branch repo="git.gnome.org"
module="gtk+"
revision="master"/>
<dependencies>
<dep package="glib"/>
<dep package="gdk-pixbuf"/>
<dep package="atk"/>
<dep package="cairo"/>
<dep package="pango"/>
@ -157,7 +167,7 @@
<dep package="glib"/>
<dep package="cairo"/>
<dep package="pango"/>
<dep package="gtk+"/>
<dep package="gdk-pixbuf"/>
<dep package="gobject-introspection"/>
<dep package="gir-repository"/>
<dep package="json-glib"/>