[PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.
Dan Nicholson
dbn.lists at gmail.com
Sun Nov 14 08:09:13 PST 2010
On Sat, Nov 13, 2010 at 4:50 PM, Cyril Brulebois <kibi at debian.org> wrote:
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
> xorg.modules | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/xorg.modules b/xorg.modules
> index 616fd6e..227371f 100644
> --- a/xorg.modules
> +++ b/xorg.modules
> @@ -37,6 +37,13 @@
> <branch repo="git.freedesktop.org" module="xorg/util/macros" checkoutdir="xorg/util/macros" />
> </autotools>
>
> + <autotools id="makedepend">
> + <dependencies>
> + <dep package="macros"/>
> + </dependencies>
> + <branch repo="git.freedesktop.org" module="xorg/util/makedepend" checkoutdir="xorg/util/makedepend" />
> + </autotools>
> +
> <autotools id="xorg-sgml-doctools">
> <branch repo="git.freedesktop.org"
> module="xorg/doc/xorg-sgml-doctools"
> @@ -531,6 +538,7 @@
> <branch repo="git.freedesktop.org" module="mesa/drm"/>
> <dependencies>
> <dep package="macros"/>
> + <dep package="makedepend"/>
> </dependencies>
> </autotools>
Good call.
Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
More information about the xorg-devel
mailing list