Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib shuffle the build order: we need libX1...



details:   https://anonhg.NetBSD.org/src/rev/e67cd5cd4f3b
branches:  trunk
changeset: 451715:e67cd5cd4f3b
user:      maya <maya%NetBSD.org@localhost>
date:      Fri May 31 11:13:27 2019 +0000

description:
shuffle the build order: we need libX11 before gallium because we link
libX11-xcb in gallium.

Fixes recently introduced build failure.

diffstat:

 external/mit/xorg/lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0d9f3679c1be -r e67cd5cd4f3b external/mit/xorg/lib/Makefile
--- a/external/mit/xorg/lib/Makefile    Fri May 31 10:47:48 2019 +0000
+++ b/external/mit/xorg/lib/Makefile    Fri May 31 11:13:27 2019 +0000
@@ -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+=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 \



Home | Main Index | Thread Index | Old Index