[PATCH modular 06/15] jhbuild: Build applications included in the katamari

Dirk Wallenstein halsmit at t-online.de
Mon Mar 7 03:09:05 PST 2011


On Sun, Mar 06, 2011 at 09:29:51AM -0800, Dan Nicholson wrote:
> If they're good enough to make a X.Org release, they're good enough to
> be build tested.
> 
> Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
> ---
>  xorg.modules |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  1 files changed, 79 insertions(+), 1 deletions(-)
> 
> diff --git a/xorg.modules b/xorg.modules
> index 817e6b9..3976837 100644
> --- a/xorg.modules
> +++ b/xorg.modules
> @@ -763,6 +763,14 @@
>              checkoutdir="xorg/app/scripts"/>
>    </autotools>
>  
> +  <autotools id="sessreg">
> +    <branch module="xorg/app/sessreg"
> +            checkoutdir="xorg/app/sessreg"/>
> +    <dependencies>
> +      <dep package="x11proto"/>
> +    </dependencies>
> +  </autotools>
> +
>    <autotools id="setxkbmap">
>      <branch module="xorg/app/setxkbmap"
>              checkoutdir="xorg/app/setxkbmap"/>
> @@ -810,8 +818,25 @@
>      </dependencies>
>    </autotools>
>  
> +  <autotools id="xbacklight">
> +    <branch module="xorg/app/xbacklight"
> +            checkoutdir="xorg/app/xbacklight"/>
> +    <dependencies>
> +      <dep package="libX11"/>
> +      <dep package="libXrandr"/>
> +    </dependencies>
> +  </autotools>
> +
> +  <autotools id="xcmsdb">
> +    <branch module="xorg/app/xcmsdb"
> +            checkoutdir="xorg/app/xcmsdb"/>
> +    <dependencies>
> +      <dep package="libX11"/>
> +    </dependencies>
> +  </autotools>
> +
>    <autotools id="xcursorgen">
> -    <branch module="app/xcursorgen"
> +    <branch module="xorg/app/xcursorgen"

This could go into the xcursorgen commit.

-- 
Greetings,
Dirk


More information about the xorg-devel mailing list