[PATCH modular v2 04/15] jhbuild: Build xcursorgen for cursors dependency
Dan Nicholson
dbn.lists at gmail.com
Sat Mar 12 13:00:14 PST 2011
On Sat, Mar 12, 2011 at 1:43 AM, Dirk Wallenstein <halsmit at t-online.de> wrote:
> 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 <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
>>
>
> Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>
Thanks. I've pushed this and the others now.
--
Dan
More information about the xorg-devel
mailing list