[PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.

Cyril Brulebois kibi at debian.org
Sat Nov 13 16:50:56 PST 2010


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>
 
-- 
1.7.2.3



More information about the xorg-devel mailing list