mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
26fb096095
commit
8e4d221821
@ -118,12 +118,22 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
|
<autotools id="gdk-pixbuf">
|
||||||
|
<branch repo="git.gnome.org"
|
||||||
|
module="gdk-pixbuf"
|
||||||
|
revision="master"/>
|
||||||
|
<dependencies>
|
||||||
|
<dep package="glib"/>
|
||||||
|
</dependencies>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gtk+">
|
<autotools id="gtk+">
|
||||||
<branch repo="git.gnome.org"
|
<branch repo="git.gnome.org"
|
||||||
module="gtk+"
|
module="gtk+"
|
||||||
revision="master"/>
|
revision="master"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="glib"/>
|
<dep package="glib"/>
|
||||||
|
<dep package="gdk-pixbuf"/>
|
||||||
<dep package="atk"/>
|
<dep package="atk"/>
|
||||||
<dep package="cairo"/>
|
<dep package="cairo"/>
|
||||||
<dep package="pango"/>
|
<dep package="pango"/>
|
||||||
@ -157,7 +167,7 @@
|
|||||||
<dep package="glib"/>
|
<dep package="glib"/>
|
||||||
<dep package="cairo"/>
|
<dep package="cairo"/>
|
||||||
<dep package="pango"/>
|
<dep package="pango"/>
|
||||||
<dep package="gtk+"/>
|
<dep package="gdk-pixbuf"/>
|
||||||
<dep package="gobject-introspection"/>
|
<dep package="gobject-introspection"/>
|
||||||
<dep package="gir-repository"/>
|
<dep package="gir-repository"/>
|
||||||
<dep package="json-glib"/>
|
<dep package="json-glib"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user