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 move libxcb earlier than libX11, which...



details:   https://anonhg.NetBSD.org/src/rev/a6a16083831e
branches:  trunk
changeset: 762591:a6a16083831e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 23 20:03:58 2011 +0000

description:
move libxcb earlier than libX11, which now wants to link against it.

diffstat:

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

diffs (26 lines):

diff -r 71d7a69f2151 -r a6a16083831e external/mit/xorg/lib/Makefile
--- a/external/mit/xorg/lib/Makefile    Wed Feb 23 19:59:18 2011 +0000
+++ b/external/mit/xorg/lib/Makefile    Wed Feb 23 20:03:58 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2011/01/20 18:36:45 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.24 2011/02/23 20:03:58 mrg Exp $
 
 # build libraries for xorg
 
@@ -7,7 +7,7 @@
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=libdrm_intel
 .endif
-SUBDIR+=libdrm_radeon pixman xkeyboard-config \
+SUBDIR+=libdrm_radeon pixman xkeyboard-config libxcb \
        .WAIT \
        dri fontconfig libSM libX11 \
        .WAIT \
@@ -31,6 +31,6 @@
        libXrandr \
        .WAIT \
        libXft libglut \
-       libxcb .WAIT xcb-util
+       xcb-util
        
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index