summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuildbot system user <buildbot@medusa>2019-04-17 13:55:06 +0000
committerBuildbot system user <buildbot@medusa>2019-04-17 13:55:43 +0000
commit471cf27fdfd48a44db70f0a813b7bd07a55f4ce4 (patch)
tree7c935c22f5c2a9bc2792593ee75ae5bd7d963aec
parent7937c2ee7e375cc8ffb7389e36188e708ff3098d (diff)
Add the xorg.modules file we are using
-rw-r--r--xorg.modules19
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg.modules b/xorg.modules
new file mode 100644
index 0000000..8cc0227
--- /dev/null
+++ b/xorg.modules
@@ -0,0 +1,19 @@
+<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
+<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+
+<moduleset>
+ <include href="xorg.modules.upstream"/>
+
+ <repository type="git" name="git.fd.o" href="https://gitlab.freedesktop.org/"/>
+ <repository type="svn" name="khronos" href="https://cvs.khronos.org/svn/repos/" trunk-template="ogl/trunk/doc/registry/public/api/"/>
+
+ <autotools id="khronos-opengl-registry" supports-non-srcdir-builds="no" skip-autogen="true" check-target="false">
+ <branch repo="khronos" checkoutdir="khronos/opengl-registry"/>
+ </autotools>
+
+ <meson id="xserver-meson">
+ <branch repo="git.fd.o" module="xorg/xserver" checkoutdir="xorg/xserver-meson"/>
+ </meson>
+
+</moduleset>