Reviewing these patches again... On Sun, Nov 14, 2010 at 01:50:56AM +0100, Cyril Brulebois wrote: > Signed-off-by: Cyril Brulebois <[email protected]> > --- > 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
