Also add xcb-util

---
 xorg.modules |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xorg.modules b/xorg.modules
index eecfb63..4f051b2 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -28,6 +28,10 @@
     <branch repo="git.freedesktop.org" module="xcb/libxcb" 
checkoutdir="xcb/libxcb"/>
   </autotools>
 
+  <autotools id="xcb-util">
+    <branch repo="git.freedesktop.org" module="xcb/util" 
checkoutdir="xcb/xcb-util"/>
+  </autotools>
+
   <autotools id="macros">
     <branch repo="git.freedesktop.org" module="xorg/util/macros" 
checkoutdir="xorg/util/macros" />
   </autotools>
@@ -794,8 +798,7 @@
   <autotools id="xlsclients">
     <branch repo="git.freedesktop.org" module="xorg/app/xlsclients" 
checkoutdir="xorg/app/xlsclients" />
     <dependencies>
-      <dep package="libX11"/>
-      <dep package="libXmu"/>
+      <dep package="xcb-util"/>
     </dependencies>
   </autotools>
 
-- 
1.6.3.3

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to