Module Name: src
Committed By: mrg
Date: Wed Feb 23 20:03:58 UTC 2011
Modified Files:
src/external/mit/xorg/lib: Makefile
Log Message:
move libxcb earlier than libX11, which now wants to link against it.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/external/mit/xorg/lib/Makefile:1.24
--- src/external/mit/xorg/lib/Makefile:1.23 Thu Jan 20 18:36:45 2011
+++ src/external/mit/xorg/lib/Makefile Wed Feb 23 20:03:58 2011
@@ -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>