Explicitly set the repos for the new modules just added

We don't set a default repo for the moduleset.
This commit is contained in:
William Jon McCann 2010-10-31 11:40:47 -04:00
parent 6d115dd23b
commit cbed9f956a

View File

@ -87,14 +87,14 @@
</autotools>
<autotools id="gtk-theme-engine-clearlooks">
<branch/>
<branch repo="git.gnome.org" module="gtk-theme-engine-clearlooks"/>
<dependencies>
<dep package="gtk3"/>
</dependencies>
</autotools>
<autotools id="gnome-themes-standard">
<branch/>
<branch repo="git.gnome.org" module="gnome-themes-standard"/>
<dependencies>
<dep package="gtk-theme-engine-clearlooks"/>
</dependencies>