[PATCH modular] build.sh: makedepend must be built after proto

Gaetan Nadon memsize at videotron.ca
Fri Apr 29 15:43:03 PDT 2011


The building of makedepend was moved earlier as it is required
by mesa, but was moved before proto upon which it depends.

Reported-by: Fred Liu <Fred_Liu at issi.com>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index b2d124b..5ea5005 100755
--- a/build.sh
+++ b/build.sh
@@ -1280,11 +1280,11 @@ if [ X"$MODFILE" = X ]; then
     # We must install the global macros before anything else
     build util macros
     build font util
-    # Required by mesa
-    build util makedepend
 
     build_doc
     build_proto
+    # Required by mesa and depends on xproto
+    build util makedepend
     build_lib
     build_mesa
 
-- 
1.6.0.4



More information about the xorg-devel mailing list