summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-08-16 12:32:35 -0400
committerAdam Jackson <ajax@redhat.com>2018-08-16 12:32:35 -0400
commit0d08b41742ef67bfefb4d6de07fb71332efa5c1b (patch)
tree96ec76afa19aaedeaa2c191268fe6cde1b2c99d7
parent82bfede89c515b283e5d29da55bcd69449819443 (diff)
build.sh: Move makedepend to the end with other utils
Mesa hasn't needed this to build since 9.1 or so. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index ef7f03a..0801b3e 100755
--- a/build.sh
+++ b/build.sh
@@ -1034,8 +1034,6 @@ build_all_modules() {
build doc xorg-docs
build proto xorgproto
build xcb proto
- # Required by mesa and depends on xproto
- build util makedepend
build lib libxtrans
build lib libXau
build lib libXdmcp
@@ -1317,6 +1315,7 @@ build_all_modules() {
build util imake
build util gccmakedep
build util lndir
+ build util makedepend
build xkeyboard-config ""
return 0
}