summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg.modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/xorg.modules b/xorg.modules
index b9ef40f..9efb226 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -14,12 +14,17 @@
</autotools>
+ <autotools id="pthread-stubs">
+ <branch repo="git.freedesktop.org" module="xcb/pthread-stubs" checkoutdir="xcb/pthread-stubs"/>
+ </autotools>
+
<autotools id="xcb-proto">
<branch repo="git.freedesktop.org" module="xcb/proto" checkoutdir="xcb/proto"/>
</autotools>
<autotools id="libxcb">
<dependencies>
<dep package="xcb-proto"/>
+ <dep package="pthread-stubs"/>
</dependencies>
<branch repo="git.freedesktop.org" module="xcb/libxcb" checkoutdir="xcb/libxcb"/>
</autotools>