diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2011-03-06 09:09:28 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2011-03-07 08:47:43 -0800 |
commit | d8e51f238783e2a5bccae6b244b97db5cdbbbc60 (patch) | |
tree | 9de69a279234a80732ff441a70d28cd8879f1b8b | |
parent | c51578681c5583019832ca28579e4b14ff3dacfe (diff) |
jhbuild: makedepend requires x11proto
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@gmail.com>
Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
-rw-r--r-- | 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"> |