Module Name:    src
Committed By:   christos
Date:           Wed Jan  4 15:44:06 UTC 2017

Modified Files:
        src/external/mit/xorg/bin/xinput: Makefile

Log Message:
PR/51771: Yorick Hardy: Use newer xinput features


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xinput/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/bin/xinput/Makefile
diff -u src/external/mit/xorg/bin/xinput/Makefile:1.5 src/external/mit/xorg/bin/xinput/Makefile:1.6
--- src/external/mit/xorg/bin/xinput/Makefile:1.5	Mon May 23 13:44:41 2011
+++ src/external/mit/xorg/bin/xinput/Makefile	Wed Jan  4 10:44:06 2017
@@ -1,14 +1,15 @@
-#	$NetBSD: Makefile,v 1.5 2011/05/23 17:44:41 dsl Exp $
+#	$NetBSD: Makefile,v 1.6 2017/01/04 15:44:06 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=	xinput
-SRCS=	buttonmap.c feedback.c list.c property.c setint.c setmode.c \
-	setptr.c state.c test.c xinput.c
+SRCS=	buttonmap.c feedback.c hierarchy.c list.c property.c setcp.c setint.c \
+	setmode.c setptr.c state.c test.c test_xi2.c transform.c xinput.c
 
-CPPFLAGS+=	-DVERSION='"1.4.0"'
+CPPFLAGS+=	-DVERSION='"1.6.2"'
+CPPFLAGS+=	-DHAVE_XI2 -DHAVE_XI22
 
-LDADD+=	-lXi -lX11 -lm
+LDADD+=	-lXi -lX11 -lXrandr -lXinerama -lm
 DPADD+=	${LIBXI} ${LIBM}
 .PATH:	${X11SRCDIR.${PROG}}/src
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to