Module Name:    src
Committed By:   mrg
Date:           Sun Aug 21 20:51:04 UTC 2016

Modified Files:
        src/external/mit/xorg/server/xorg-server: Makefile

Log Message:
build 'hw' (the actual servers) after everything else.  should fix
a build issue reported by Dave Tyson.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/mit/xorg/server/xorg-server/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/server/xorg-server/Makefile
diff -u src/external/mit/xorg/server/xorg-server/Makefile:1.26 src/external/mit/xorg/server/xorg-server/Makefile:1.27
--- src/external/mit/xorg/server/xorg-server/Makefile:1.26	Fri Aug 19 03:59:30 2016
+++ src/external/mit/xorg/server/xorg-server/Makefile	Sun Aug 21 20:51:04 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.26 2016/08/19 03:59:30 mrg Exp $
+#	$NetBSD: Makefile,v 1.27 2016/08/21 20:51:04 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,6 @@ SUBDIR+=	dix fb mi Xext miext os randr r
 SUBDIR+=	present pseudoramiX
 SUBDIR+=	Xi xkb xkbstubs dbe record xfixes
 SUBDIR+=	damageext composite config .WAIT
-SUBDIR+=	hw
 
 # XXX
 .if ${HAVE_DRI3:Uno} != "no"
@@ -21,6 +20,9 @@ SUBDIR+=	dri3
 SUBDIR+=	glamor
 .endif
 
+# And finally, build the servers.
+SUBDIR+=	.WAIT hw
+
 .PATH:	${X11SRCDIR.xorg-server}
 
 PKGCONFIG=	xorg-server

Reply via email to