Module Name:    src
Committed By:   mrg
Date:           Thu Feb 24 08:15:13 UTC 2011

Modified Files:
        src/external/mit/xorg/lib/libxcb/libxcb: Makefile

Log Message:
libxcb depends upon libXau.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libxcb/libxcb/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/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.5
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4	Wed Feb 23 06:04:31 2011
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Thu Feb 24 08:15:13 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/02/23 06:04:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/02/24 08:15:13 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -26,6 +26,7 @@
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/xcb
 
 LIBDPLIBS=\
+	Xau	${.CURDIR}/../../libXau \
 	Xdmcp	${.CURDIR}/../../libXdmcp
 
 NOMAN=	# defined

Reply via email to