[PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.
Dan Nicholson
dbn.lists at gmail.com
Sun Mar 6 08:18:51 PST 2011
Reviewing these patches again...
On Sun, Nov 14, 2010 at 01:50:56AM +0100, Cyril Brulebois 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>
Here the dependency is being added to libdrm instead of libGL. Is that
intentional?
--
Dan
More information about the xorg-devel
mailing list