[PATCH modular v2 04/15] jhbuild: Build xcursorgen for cursors dependency
Dan Nicholson
dbn.lists at gmail.com
Fri Mar 11 06:32:37 PST 2011
This is also part of the katamari, so include it in the xorg-apps
metamodule.
Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
---
V2: Squash in the xcursorgen module correction from 0006
xorg.modules | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/xorg.modules b/xorg.modules
index f2a9a96..28c717d 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -717,7 +717,7 @@
<branch module="xorg/data/cursors"
checkoutdir="xorg/data/cursors"/>
<dependencies>
- <dep package="app/xcursorgen"/>
+ <dep package="xcursorgen"/>
</dependencies>
</autotools>
@@ -808,6 +808,15 @@
</dependencies>
</autotools>
+ <autotools id="xcursorgen">
+ <branch module="xorg/app/xcursorgen"
+ checkoutdir="xorg/app/xcursorgen"/>
+ <dependencies>
+ <dep package="libXcursor"/>
+ <dep package="libX11"/>
+ </dependencies>
+ </autotools>
+
<autotools id="xdpyinfo">
<branch module="xorg/app/xdpyinfo"
checkoutdir="xorg/app/xdpyinfo"/>
@@ -1005,6 +1014,7 @@
<dep package="twm"/>
<dep package="x11perf"/>
<dep package="xauth"/>
+ <dep package="xcursorgen"/>
<dep package="xdpyinfo"/>
<dep package="xdriinfo"/>
<dep package="xev"/>
--
1.7.3.4
More information about the xorg-devel
mailing list