summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2011-09-22 16:31:05 +0200
committerFlorian Müllner <fmuellner@gnome.org>2011-09-22 16:35:45 +0200
commit4c7369db1688ab0d399aa720be4af06f4c13c9fd (patch)
treea3d5dab247fd7391a1c94eb0f995aff52a21c637 /tools
parentf4355de896ed81949f5cb133cbaf51e9a1c9c3d6 (diff)
downloadgnome-shell-4c7369db1688ab0d399aa720be4af06f4c13c9fd.tar.gz
build: Switch to stable cogl/clutter branches for now
Diffstat (limited to 'tools')
-rw-r--r--tools/build/gnome-shell.modules4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index f05216a93..b491a5d32 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -150,7 +150,7 @@
</autotools>
<autotools id="cogl">
- <branch repo="git.gnome.org" module="cogl"/>
+ <branch repo="git.gnome.org" module="cogl" revision="cogl-1.8"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
@@ -161,7 +161,7 @@
</autotools>
<autotools id="clutter">
- <branch repo="git.gnome.org" module="clutter"/>
+ <branch repo="git.gnome.org" module="clutter" revision="clutter-1.8"/>
<dependencies>
<dep package="cogl"/>
<dep package="json-glib"/>