[PATCH:util/modular] Update dependencies of xlsclients to xcb and xcb-util
Jon TURNEY
jon.turney at dronecode.org.uk
Tue Oct 20 10:17:47 PDT 2009
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
More information about the xorg-devel
mailing list