Module Name:    src
Committed By:   mrg
Date:           Wed Jun  5 02:51:49 UTC 2013

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

Log Message:
libXdmGreet depends upon a bunch of libs; move it.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/external/mit/xorg/lib/Makefile:1.27
--- src/external/mit/xorg/lib/Makefile:1.26	Tue Jun  4 07:44:45 2013
+++ src/external/mit/xorg/lib/Makefile	Wed Jun  5 02:51:49 2013
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.26 2013/06/04 07:44:45 mrg Exp $
+#	$NetBSD: Makefile,v 1.27 2013/06/05 02:51:49 mrg Exp $
 
 # build libraries for xorg
 
 SUBDIR=	libfontenc freetype libFS libICE libOSMesa \
-	libXau libXdmGreet libXdmcp libdrm libpciaccess .WAIT
+	libXau libXdmcp libdrm libpciaccess .WAIT
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=libdrm_intel
 .endif
@@ -31,6 +31,8 @@ SUBDIR+=libGLU libGLw libXaw6 libXaw lib
 	libXrandr \
 	.WAIT \
 	libXft libglut \
+	.WAIT \
+	libXdmGreet \
 	xcb-util
 	
 .include <bsd.subdir.mk>

Reply via email to