summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-09 17:12:14 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-09 17:12:14 +0100
commit4d7eb79d25bcfdc47abcae1fd51c7573043909fd (patch)
treed930d89d98d66a266c3968ae1b247e14b9e7dfc1
parentf5ee785144a8ddb6056b21f6c28bc4a9f4870b32 (diff)
[util] Inherit the repository from xorg.modules
Experiment with inheriting the repository from xorg.module, in order to avoid having two entries for the same server.
-rw-r--r--util/cairo.modules4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/cairo.modules b/util/cairo.modules
index 797b25e7..4a249309 100644
--- a/util/cairo.modules
+++ b/util/cairo.modules
@@ -4,10 +4,8 @@
<moduleset>
<include href="http://cgit.freedesktop.org/xorg/util/modular/plain/xorg.modules" />
- <repository type="git" name="fd.o" href="git://anongit.freedesktop.org/git/"/>
-
<autotools id="cairo">
- <branch repo="fd.o" module="cairo"/>
+ <branch repo="git.freedesktop.org" module="cairo"/>
<dependencies>
<dep package="pixman"/>
<dep package="fontconfig"/>