On Fri, Mar 11, 2011 at 06:32:37AM -0800, Dan Nicholson wrote: > This is also part of the katamari, so include it in the xorg-apps > metamodule. > > Signed-off-by: Dan Nicholson <[email protected]> > --- > 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 >
Reviewed-by: Dirk Wallenstein <[email protected]> -- Greetings, Dirk _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
