summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}