gnome-shell/tools/build/gnome-shell.modules
Colin Walters 2e00bc4aed Add gnome-shell-full target
This basically drops gir-repository, but pulls in GTK+ and stack.

TODO on this - we need to patch GTK+ to (possibly optionally)
pull in stuff like pixbuf loaders and themes from the system as well.

https://bugzilla.gnome.org/show_bug.cgi?id=610993
2010-03-03 16:48:42 -05:00

113 lines
3.0 KiB
XML

<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<!-- vim:set ts=2 expandtab: -->
<moduleset>
<repository type="git" name="git.clutter-project.org"
href="git://git.clutter-project.org/"/>
<repository type="git" name="git.gnome.org"
href="git://git.gnome.org/"/>
<repository type="git" name="git.moblin.org"
href="git://git.moblin.org"/>
<autotools id="gobject-introspection">
<branch repo="git.gnome.org" module="gobject-introspection"/>
</autotools>
<autotools id="glib">
<branch repo="git.gnome.org" module="glib"/>
</autotools>
<autotools id="atk">
<branch repo="git.gnome.org" module="atk"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
</dependencies>
</autotools>
<autotools id="pango">
<branch repo="git.gnome.org" module="pango"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
</dependencies>
</autotools>
<autotools id="gtk+">
<branch repo="git.gnome.org" module="gtk+"/>
<dependencies>
<dep package="glib"/>
<dep package="pango"/>
<dep package="atk"/>
</dependencies>
</autotools>
<autotools id="gir-repository">
<branch repo="git.gnome.org" module="gir-repository"/>
<dependencies>
<dep package="gobject-introspection"/>
</dependencies>
</autotools>
<autotools id="gjs">
<branch repo="git.gnome.org" module="gjs"/>
<dependencies>
<dep package="gobject-introspection"/>
</dependencies>
<after>
<dep package="gir-repository"/>
</after>
</autotools>
<autotools id="clutter">
<branch repo="git.clutter-project.org" module="clutter" revision="clutter-1.0"/>
<dependencies>
<dep package="gobject-introspection"/>
</dependencies>
<after>
<dep package="gir-repository"/>
</after>
</autotools>
<autotools id="gconf" autogenargs="--disable-defaults-service">
<branch repo="git.gnome.org" module="gconf"/>
</autotools>
<autotools id="mutter" autogenargs="--with-clutter">
<branch repo="git.gnome.org" module="mutter"/>
<dependencies>
<dep package="clutter"/>
<dep package="gconf"/>
</dependencies>
<after>
<dep package="gtk+"/>
</after>
</autotools>
<autotools id="gnome-shell">
<branch repo="git.gnome.org" module="gnome-shell"/>
<dependencies>
<dep package="gobject-introspection"/>
<dep package="mutter"/>
<dep package="gjs"/>
<dep package="gconf"/>
</dependencies>
</autotools>
<metamodule id="gnome-shell-using-gir-repository">
<dependencies>
<dep package="gir-repository"/>
<dep package="gnome-shell"/>
</dependencies>
</metamodule>
<metamodule id="gnome-shell-full">
<dependencies>
<dep package="gtk+"/>
<dep package="gnome-shell"/>
</dependencies>
</metamodule>
</moduleset>