[PATCH modular] jhbuild: makedepend requires x11proto
Dan Nicholson
dbn.lists at gmail.com
Sun Mar 6 09:09:28 PST 2011
For some unknown reason, makedepend pulls in the core X11 types. Make
sure it uses the right ones.
Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
---
xorg.modules | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/xorg.modules b/xorg.modules
index 9c186b4..28bca16 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -38,10 +38,11 @@
</autotools>
<autotools id="makedepend">
+ <branch repo="git.freedesktop.org" module="xorg/util/makedepend" checkoutdir="xorg/util/makedepend" />
<dependencies>
<dep package="macros"/>
+ <dep package="x11proto"/>
</dependencies>
- <branch repo="git.freedesktop.org" module="xorg/util/makedepend" checkoutdir="xorg/util/makedepend" />
</autotools>
<autotools id="xorg-sgml-doctools">
--
1.7.3.4
More information about the xorg-devel
mailing list