summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-03-28 18:36:33 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-03-28 18:36:33 +0100
commit620727689f0baf2b47234d8ef7b9e7506236e73f (patch)
treeb5e1c1a854eb532d8473836e9a6cce3e00c028e1
parenta4d29ca2e1bcb315349ee87a8eb30cae17629a8f (diff)
downloadclutter-620727689f0baf2b47234d8ef7b9e7506236e73f.tar.gz
moduleset: Some modules have been moved to gnome.org
So we need to update the moduleset.
-rw-r--r--build/clutter.modules19
1 files changed, 15 insertions, 4 deletions
diff --git a/build/clutter.modules b/build/clutter.modules
index 2acc98b6f..4da7c5330 100644
--- a/build/clutter.modules
+++ b/build/clutter.modules
@@ -13,6 +13,8 @@
href="git://git.moblin.org/"/>
<repository type="git" name="github.com/rib"
href="git://github.com/rib/"/>
+ <repository type="git" name="github.com/clutter-project"
+ href="git://github.com/clutter-project/"/>
<repository type="git" name="gstreamer.freedesktop.org"
href="git://anongit.freedesktop.org/gstreamer/"/>
@@ -222,7 +224,7 @@
</autotools>
<autotools id="clutter">
- <branch repo="git.clutter-project.org"
+ <branch repo="git.gnome.org"
module="clutter"
revision="master"/>
<dependencies>
@@ -253,7 +255,7 @@
</autotools>
<autotools id="clutter-gst">
- <branch repo="git.clutter-project.org"
+ <branch repo="git.gnome.org"
module="clutter-gst"
revision="master"/>
<dependencies>
@@ -264,7 +266,7 @@
</autotools>
<autotools id="clutter-gtk">
- <branch repo="git.clutter-project.org"
+ <branch repo="git.gnome.org"
module="clutter-gtk"
revision="master"/>
<dependencies>
@@ -274,7 +276,7 @@
</autotools>
<autotools id="clutter-box2d">
- <branch repo="git.clutter-project.org"
+ <branch repo="github.com/clutter-project"
module="clutter-box2d"
revision="master"/>
<dependencies>
@@ -282,6 +284,15 @@
</dependencies>
</autotools>
+ <autotools id="clutter-bullet">
+ <branch repo="github.com/clutter-project"
+ module="clutter-bullet"
+ revision="master"/>
+ <dependencies>
+ <dep package="clutter"/>
+ </dependencies>
+ </autotools>
+
<autotools id="mx" autogenargs="--without-clutter-imcontext --without-clutter-gesture">
<branch repo="git.clutter-project.org"
module="mx"