diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-30 23:04:36 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-30 23:04:36 -0800 |
commit | 194afcb0f54adaff8c70349ae98e30669da9a4a6 (patch) | |
tree | 1664286991419eab2f7a2a2f9e72b70faabad629 | |
parent | fd865ece3a388451a0408456141a4da1c369f7ec (diff) |
Add pthread-stubs module as a dependency of libxcb.
-rw-r--r-- | xorg.modules | 5 |
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> |