Module Name: src
Committed By: maya
Date: Fri May 31 11:13:27 UTC 2019
Modified Files:
src/external/mit/xorg/lib: Makefile
Log Message:
shuffle the build order: we need libX11 before gallium because we link
libX11-xcb in gallium.
Fixes recently introduced build failure.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/external/mit/xorg/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/Makefile
diff -u src/external/mit/xorg/lib/Makefile:1.49 src/external/mit/xorg/lib/Makefile:1.50
--- src/external/mit/xorg/lib/Makefile:1.49 Tue Apr 16 21:20:51 2019
+++ src/external/mit/xorg/lib/Makefile Fri May 31 11:13:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2019/04/16 21:20:51 mrg Exp $
+# $NetBSD: Makefile,v 1.50 2019/05/31 11:13:27 maya Exp $
# build libraries for xorg
@@ -19,11 +19,13 @@ SUBDIR+=libdrm_radeon pixman
SUBDIR+=xkeyboard-config
.endif
SUBDIR+=libxcb \
+ .WAIT \
+ libX11 \
.WAIT
.if !defined(MLIBDIR)
SUBDIR+=${EXTRA_DRI_DIRS} dri${OLD_PREFIX} gallium${OLD_PREFIX}
.endif
-SUBDIR+=fontconfig libSM libX11 \
+SUBDIR+=fontconfig libSM \
.WAIT \
libXcomposite libXdamage libXext libXfixes libXt \
libxkbfile libepoxy \