[PATCH 3/9 modular] jhbuild: Add xcursorgen and fix dependency reference in cursors
Dirk Wallenstein
halsmit at t-online.de
Sat Jun 5 02:27:08 PDT 2010
Signed-off-by: Dirk Wallenstein <halsmit at t-online.de>
---
xorg.modules | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/xorg.modules b/xorg.modules
index eaa9a02..27316ee 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -628,7 +628,7 @@
<autotools id="cursors">
<branch repo="git.freedesktop.org" module="xorg/data/cursors" checkoutdir="xorg/data/cursors" />
<dependencies>
- <dep package="app/xcursorgen"/>
+ <dep package="xcursorgen"/>
</dependencies>
</autotools>
@@ -640,6 +640,14 @@
</autotools>
<!-- apps -->
+ <autotools id="xcursorgen">
+ <branch repo="git.freedesktop.org" module="xorg/app/xcursorgen" checkoutdir="xorg/app/xcursorgen" />
+ <dependencies>
+ <dep package="libX11"/>
+ <dep package="libXcursor"/>
+ </dependencies>
+ </autotools>
+
<autotools id="iceauth">
<branch repo="git.freedesktop.org" module="xorg/app/iceauth" checkoutdir="xorg/app/iceauth" />
<dependencies>
--
1.7.1
More information about the xorg-devel
mailing list