summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:15:24 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:20:27 +0000
commite34922c1f3df003aeebea54404d8ec3c142ccafa (patch)
tree080b1a7661f4aaab6cb3751cda5744b13868b3b3
parent2af4bbde64da7478f3320ef1ffe38f5e85dd29a8 (diff)
Update for libxkbcommon move to github
Also remove some unused repositories
-rw-r--r--xorg.modules11
1 files changed, 2 insertions, 9 deletions
diff --git a/xorg.modules b/xorg.modules
index 2fe7dba..7dfc346 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -10,6 +10,7 @@
<repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
<repository type="git" name="sourceforge" href="git://git.code.sf.net/p/"/>
<repository type="svn" name="khronos" href="https://cvs.khronos.org/svn/repos/" trunk-template="ogl/trunk/doc/registry/public/api/"/>
+ <repository type="git" name="github" href="git://github.com/"/>
<testmodule id="startup-test" type="script">
<branch repo="jturney" module="tests/startup-test" checkoutdir="tests/startup"/>
@@ -84,19 +85,11 @@
</autotools>
<autotools id="libxkbcommon">
- <branch repo="git.freedesktop.org" module="xorg/lib/libxkbcommon" checkoutdir="xorg/lib/libxkbcommon"/>
+ <branch repo="github" module="xkbcommon/libxkbcommon" checkoutdir="xorg/lib/libxkbcommon"/>
</autotools>
<autotools id="xfontsel">
<branch repo="git.freedesktop.org" module="xorg/app/xfontsel" checkoutdir="xorg/app/xfontsel"/>
</autotools>
- <autotools id="xrx">
- <branch repo="git.freedesktop.org" module="xorg/app/xrx" checkoutdir="xorg/app/xrx"/>
- </autotools>
-
- <autotools id="xcb-demo">
- <branch repo="git.freedesktop.org" module="xcb/demo" checkoutdir="xcb/demo"/>
- </autotools>
-
</moduleset>