Index of /archives/NetBSD/NetBSD-release-9/xsrc/external/mit/xinput/dist
Name Last modified Size Description
Parent Directory -
src/ 2020-03-20 07:41 -
missing 2019-07-19 16:29 6.7K
man/ 2020-03-20 07:41 -
install-sh 2019-07-19 16:29 15K
depcomp 2019-07-19 16:29 23K
configure.ac 2019-07-19 16:29 2.4K
configure 2019-07-19 16:29 350K
config.sub 2019-07-19 16:29 31K
config.h.in 2013-05-31 16:18 1.7K
config.guess 2019-07-19 16:29 43K
compile 2019-07-19 16:29 7.2K
aclocal.m4 2019-07-19 16:29 123K
README 2008-09-06 14:26 696
NEWS 2008-09-06 14:26 130
Makefile.in 2019-07-19 16:29 26K
Makefile.am 2010-05-22 10:04 1.3K
INSTALL 2016-04-27 16:19 15K
ChangeLog 2019-07-19 16:29 83K
CVS/ 2020-03-20 07:41 -
COPYING 2013-05-31 16:18 2.4K
AUTHORS 2008-09-06 14:26 115
xinput
======
Overview
========
xinput is a utility to configure and test XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it. :-)
Requirements
============
xinput depends on the X11 headers and particularly the XInput headers.
As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3),
your headers must be from that version or newer.
Otherwise it will just require a working ANSI C compiler.
Building and Installation
=========================
xinput uses autotools so the usual pattern applies:
./configure
make
make install
See the INSTALL file for details.