Module Name:    src
Committed By:   mrg
Date:           Mon Aug 15 22:01:44 UTC 2016

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

Log Message:
add new mi headers in xorg-server 1.18.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    src/external/mit/xorg/server/xorg-server/include/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/include/Makefile
diff -u src/external/mit/xorg/server/xorg-server/include/Makefile:1.15 src/external/mit/xorg/server/xorg-server/include/Makefile:1.16
--- src/external/mit/xorg/server/xorg-server/include/Makefile:1.15	Sun Aug 14 00:03:58 2016
+++ src/external/mit/xorg/server/xorg-server/include/Makefile	Mon Aug 15 22:01:44 2016
@@ -1,11 +1,12 @@
-#	$NetBSD: Makefile,v 1.15 2016/08/14 00:03:58 mrg Exp $
+#	$NetBSD: Makefile,v 1.16 2016/08/15 22:01:44 mrg Exp $
 
 .include <bsd.own.mk>
 
 XORGSRC=	${X11SRCDIR.xorg-server}
 
 XORGINC_SUBDIR=	Xext composite dbe dri3 exa fb include mi \
-		miext/damage miext/shadow present randr render xkb record
+		miext/damage miext/shadow miext/sync \
+		present randr render xkb record
 XF86_SUBDIR=	common ddc dri fbdevhw i2c int10 modes \
 		os-support os-support/bus parser rac ramdac shadowfb \
 		vbe vgahw xf1bpp xf4bpp xf8_16bpp xf8_32bpp dri2
@@ -37,6 +38,7 @@ INCS=	BT.h IBM.h TI.h XIstubs.h Xprintf.
 	mi.h micmap.h micoord.h \
 	migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \
 	mistruct.h mizerarc.h opaque.h \
+	misync.h misyncstr.h misyncshm.h misyncfd.h \
 	nonsdk_extinit.h optionstr.h \
 	os.h picture.h picturestr.h pixmap.h pixmapstr.h \
 	present.h presentext.h \

Reply via email to