Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/xinput PR/51771: Yorick Hardy: Use new...



details:   https://anonhg.NetBSD.org/src/rev/b51d8cf97a40
branches:  trunk
changeset: 350098:b51d8cf97a40
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 04 15:44:06 2017 +0000

description:
PR/51771: Yorick Hardy: Use newer xinput features

diffstat:

 external/mit/xorg/bin/xinput/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 796e2912c7d4 -r b51d8cf97a40 external/mit/xorg/bin/xinput/Makefile
--- a/external/mit/xorg/bin/xinput/Makefile     Wed Jan 04 15:43:04 2017 +0000
+++ b/external/mit/xorg/bin/xinput/Makefile     Wed Jan 04 15:44:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index