clutter.modules: Fix Wayland's location
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Feb 2011 10:35:35 +0000 (10:35 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Feb 2011 10:35:35 +0000 (10:35 +0000)
The Git repository URL for Wayland has been moved into the main fd.o
structure.

build/clutter.modules

index cff9b49..2acc98b 100644 (file)
@@ -4,7 +4,7 @@
 <!-- vim:set ts=2 expandtab: -->
 <moduleset>
   <repository type="git" name="git.freedesktop.org"
-      href="git://anongit.freedesktop.org/git/"/>
+      href="git://anongit.freedesktop.org/"/>
   <repository type="git" name="git.gnome.org"
       href="git://git.gnome.org/"/>
   <repository type="git" name="git.clutter-project.org"
 
   <autotools id="wayland">
     <branch repo="git.freedesktop.org"
-            module="~krh/wayland" checkoutdir="wayland"/>
+            module="wayland" checkoutdir="wayland"/>
     <dependencies>
       <dep package="mesa"/>
     </dependencies>