Switch from metacity-clutter to mutter
Switch our window manager dependency in the jhbuild moduleset from fishsoup.net branch of metacity-clutter to mutter module on git.gnome.org.
This commit is contained in:
parent
ac64e86932
commit
b2a51db065
@ -3,8 +3,6 @@
|
||||
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
|
||||
<!-- vim:set ts=2 expandtab: -->
|
||||
<moduleset>
|
||||
<repository type="git" name="fishsoup.net"
|
||||
href="git://git.fishsoup.net/"/>
|
||||
<repository type="git" name="git.clutter-project.org"
|
||||
href="git://git.clutter-project.org/"/>
|
||||
<repository type="git" name="git.gnome.org"
|
||||
@ -38,8 +36,8 @@
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="metacity-clutter" autogenargs="--with-clutter">
|
||||
<branch repo="fishsoup.net" module="metacity-clutter" revision="clutter"/>
|
||||
<autotools id="mutter" autogenargs="--with-clutter">
|
||||
<branch repo="git.gnome.org" module="mutter"/>
|
||||
<dependencies>
|
||||
<dep package="gir-repository"/>
|
||||
<dep package="clutter"/>
|
||||
@ -51,7 +49,7 @@
|
||||
<dependencies>
|
||||
<dep package="gobject-introspection"/>
|
||||
<dep package="gir-repository"/>
|
||||
<dep package="metacity-clutter"/>
|
||||
<dep package="mutter"/>
|
||||
<dep package="gjs"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
Loading…
Reference in New Issue
Block a user