diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 17:12:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 17:12:14 +0100 |
commit | 4d7eb79d25bcfdc47abcae1fd51c7573043909fd (patch) | |
tree | d930d89d98d66a266c3968ae1b247e14b9e7dfc1 /util/cairo.modules | |
parent | f5ee785144a8ddb6056b21f6c28bc4a9f4870b32 (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.
Diffstat (limited to 'util/cairo.modules')
-rw-r--r-- | util/cairo.modules | 4 |
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"/> |